
Public Member Functions | |
| unsigned int | GetCode () const |
| const EXCEPTION_POINTERS & | GetExceptionPointers () const |
| const CONTEXT & | GetContext () const |
| _tstring | GetWhere () const |
| const _tstring & | GetMessage () const |
Protected Attributes | |
| const unsigned int | m_code |
| EXCEPTION_POINTERS * | m_pPointers |
Friends | |
| class | Translator |
Classes | |
| class | Translator |
| A class that acts as a structured exception translator. Create one of these objects on each thread where you want Win32 structured exceptions translated into CSEHException. More... | |
| unsigned int GetCode | ( | ) | const |
| const EXCEPTION_POINTERS & GetExceptionPointers | ( | ) | const |
| const CONTEXT & GetContext | ( | ) | const |
| _tstring GetWhere | ( | ) | const |
| const _tstring & GetMessage | ( | ) | const |
friend class Translator [friend] |
const unsigned int m_code [protected] |
EXCEPTION_POINTERS* m_pPointers [protected] |
1.5.3