

Public Member Functions | |
| CException (const _tstring &where, const _tstring &message) | |
| virtual | ~CException () |
| virtual _tstring | GetWhere () const |
| virtual _tstring | GetMessage () const |
| void | MessageBox (HWND hWnd=NULL) const |
Protected Attributes | |
| const _tstring | m_where |
| const _tstring | m_message |
| CException | ( | const _tstring & | where, | |
| const _tstring & | message | |||
| ) |
Reimplemented in CException, CException, and CException.
| virtual ~CException | ( | ) | [inline, virtual] |
| _tstring GetWhere | ( | ) | const [virtual] |
| _tstring GetMessage | ( | ) | const [virtual] |
Reimplemented in CException, and CException.
| void MessageBox | ( | HWND | hWnd = NULL |
) | const |
1.5.3