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

Public Member Functions | |
| CFatalException (const char *File, int Line, const char *Message) | |
| const string & | GetFile () const |
| int | GetLine () const |
| const string & | GetMessage () const |
Private Attributes | |
| string | m_File |
| int | m_Line |
| string | m_Message |
Definition at line 8 of file CFatalException.h.
Constructs a CFatalException object, which is catched in wmain as an exception. You should always use the FATAL macro for throwing this exception.
| File | Constant pointer to a char array with the source file where the exception occured (FILE) |
| Line | Integer value with the appropriate source line (LINE) |
| Message | Constant pointer to a char array containing a short message about the exception |
Definition at line 23 of file CFatalException.cpp.
Definition at line 18 of file CFatalException.h.
|
inline |
Definition at line 19 of file CFatalException.h.
Definition at line 20 of file CFatalException.h.
|
private |
Definition at line 11 of file CFatalException.h.
Referenced by GetFile().
|
private |
Definition at line 12 of file CFatalException.h.
Referenced by GetLine().
|
private |
Definition at line 13 of file CFatalException.h.
Referenced by GetMessage().