#include <exception.h>
Public Member Functions | |
ErrorData () | |
ErrorData (unsigned code, const char *msg) | |
Public Attributes | |
unsigned | ErrorCode |
const char * | ErrorMessage |
Definition at line 24 of file exception.h.
Common::ErrorData::ErrorData | ( | ) | [inline] |
Definition at line 29 of file exception.h.
Common::ErrorData::ErrorData | ( | unsigned | code, |
const char * | msg | ||
) | [inline] |
Definition at line 35 of file exception.h.
unsigned Common::ErrorData::ErrorCode |
Definition at line 26 of file exception.h.
const char* Common::ErrorData::ErrorMessage |
Definition at line 27 of file exception.h.