|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |
class IException { public: virtual ~IException(); public: virtual CString ToString(); public: void Delete(); };
The base class for exceptions.
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 |
virtual ~IException();
Destroys the exception.
Function Detail |
virtual CString ToString();
Returns a string representation of this exception.
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 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: �CONSTR�|� FUNCTION �|�DATA | DETAIL: �CONSTR�|� FUNCTION �|�DATA |