46
www.ubisys.de
const
long
m_lReturn;
Contains the unmodified return value of the API function that failed.
const
std::string m_strOperation;
Contains the name of the operation (e.g. API function) which failed.
9.2.7.2.
Virtual Methods Overrides
The implementation based on the C++ class std::exception overrides the what() method:
virtual const char
*what()
const
;
The method returns a plain “CSmartCardException”, without the “std” prefix.
The MFC-based implementation overrides the GetErrorMessage() method:
virtual
BOOL GetErrorMessage(LPTSTR lpszError, UINT nMaxError,
PUNIT pnHelpContext = NULL);
The method returns a formatted error message, including the operation which failed, the API error code
and the translated, human-readable error cause.
Summary of Contents for 7047
Page 1: ...13 56 MHz RFID USB READER REFERENCE MANUAL...
Page 28: ...28 www ubisys de...
Page 34: ...34 www ubisys de...