Constructs a CXlApiException object
CXlApiException( ); CXlApiException( const std::string& message ); CXlApiException( const std::wstring& wmessage ); CXlApiException( const char* apiCall, int rc ); CXlApiException( const wchar_t* apiCallW, int rc ); |
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