Constructs a CXlStructuredException object
CXlStructuredException( ); CXlStructuredException( const std::string& message ); CXlStructuredException( const std::wstring& wmessage ); CXlStructuredException( unsigned long se ); |
An ASCII string containing a description of the error condition.
A Unicode string containing a description of the error condition.
The exception code of the C structured exception.
If no argument is provided to the constructor, then a default localized message will be used.
Header: xlpexcept.h
CXlStructuredException Class | CXlStructuredException Methods