Constructs a CXlComException object
CXlComException( ); CXlComException( const std::string& message ); CXlComException( const std::wstring& wmessage ); CXlComException( const char* apiCall, HRESULT hr ); CXlComException( const wchar_t* apiCallW, HRESULT hr ); |
An ASCII string containing a description of the error condition.
A Unicode string containing a description of the error condition.
The name of the API call that failed.
The result code returned by the API call that failed.
The name of the API call that failed.
If no argument is provided to the constructor, then a default localized message will be used.
Header: xlpexcept.h