#include <dfvifc.h>
Public Methods | |
DfvException (DfvIfErrorLevel errorLevel, DfvIfErrorCode errorCode, const wchar_t *errorMessage) | |
Constructor. | |
DfvException (const DfvException &e) | |
Copy constructor. | |
~DfvException () | |
Destructor. | |
DfvIfErrorLevel | getErrorLevel () const |
Get the error level. | |
DfvIfErrorCode | 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 | |
DfvIfErrorLevel | m_errorLevel |
DfvIfErrorCode | 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.
|
|
|
|
|
|
|