Inheritance diagram for CException::
Public Methods | |
CException (const char *=ms_DefaultMessage) | |
CException (const CException &) | |
virtual std::string | What (void) const |
virtual std::string | Type (void) const |
Protected Attributes | |
std::string | m_Doc |
Static Protected Attributes | |
const char * | ms_DefaultMessage = "Exception not documented" |
|
Give the type of exception. Redefined by each exception class. Reimplemented in CSysException, and CComException. |
|
Give the full documentation of the object. Reimplemented in CComException. |
|
|