Unicorn XML Toolkit
Version 1.50.00

Namespace Core
Class IException

class IException {
public:
    virtual ~IException();
public:
    virtual CString ToString();
public:
    void Delete();
    };

The base class for exceptions.

Since:
1.00.00
Version:
1.50.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
~IException ();
����������Destroys the exception.

Function Summary
CString ToString ();
����������Returns a string representation of this exception.
void Delete ();
����������Deletes this exception.

Constructor/Destructor Detail

~IException

virtual ~IException();

Destroys the exception.

Function Detail

ToString

virtual CString ToString();

Returns a string representation of this exception.

Returns:
the string representation of this exception

Delete

void Delete();

Deletes this exception.

This function, rather than delete operator, must be used in order to delete exceptions derived from IException .


Unicorn XML Toolkit
Version 1.50.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.