#include <xfoifc.h>
Public Methods | |
XfoException (XfoIfErrorLevel errorLevel, XfoIfErrorCode errorCode, const wchar_t *errorMessage) | |
Constructor. | |
XfoException (const XfoException &e) | |
Copy constructor. | |
~XfoException () | |
Destructor. | |
XfoIfErrorLevel | getErrorLevel () const |
Get the error level. | |
XfoIfErrorCode | getErrorCode () const |
Get the error code. | |
char * | getErrorMessage (char *pVal, int size) const |
Get the error message. | |
wchar_t * | getErrorMessageW (wchar_t *pVal, int size) const |
Get the error message. | |
Private Attributes | |
XfoIfErrorLevel | m_errorLevel |
XfoIfErrorCode | m_errorCode |
wchar_t * | m_errorMessage |
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Get the error level.
|
|
Get the error code.
|
|
Get the error message.
|
|
Get the error message.
|
|
|
|
|
|
|