Inheritance diagram for CComException:
Public Methods | |
CComException (com_result=com_false, const char *=ms_DefaultMessage) | |
CComException (const CComException &) | |
virtual std::string | What (void) const |
virtual std::string | Type (void) const |
bool | operator== (const com_result &Result) const |
bool | operator!= (const com_result &Result) const |
operator com_result () const | |
com_result | GetResult (void) const |
bool | Failed () const |
bool | Succeeded () const |
std::string | GetResultDescription (void) const |
|
If the result code designed a failed code, the full documentation of the exception will be traced in the CERR file. The full documentation is composed by :
|
|
The exception generated by the copy constructor doesn't write its error description in the CERR file. |
|
Get the result code.
|
|
Get the description of the result code.
|
|
Give the type of exception. Redefined by each exception class. Reimplemented from CException. |
|
Give the full documentation of the object. Reimplemented from CException. |
|
|