|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <CSimpleException.h>

Public Member Functions | |
| CSimpleException (const string &Message) | |
| const string & | GetMessage () const |
Private Attributes | |
| string | m_Message |
Definition at line 8 of file CSimpleException.h.
Constructs a CSimpleException object, which is catched in wmain as an exception. You should always use the EXCEPTION or SSEXCEPTION macro for throwing this exception.
| Message | String containing a short message about the exception |
Definition at line 17 of file CSimpleException.cpp.
Definition at line 16 of file CSimpleException.h.
|
private |
Definition at line 11 of file CSimpleException.h.
Referenced by GetMessage().