Windows C++ Library
|
The type of exception thrown when a Win32 structured exception occurs. More...
#include <StructuredException.hpp>
Public Member Functions | |
StructuredException (uint nCode, _EXCEPTION_POINTERS *pInfo) | |
Constructor. | |
~StructuredException () throw () | |
Destructor. | |
Public Attributes | |
uint | m_nCode |
The Win32 exception code. | |
Static Private Member Functions | |
static const tchar * | FormatCode (uint nCode) |
Internal method to convert the exception code to a string. |
The type of exception thrown when a Win32 structured exception occurs.
WCL::StructuredException::StructuredException | ( | uint | nCode, |
_EXCEPTION_POINTERS * | pInfo | ||
) |
Constructor.
WCL::StructuredException::~StructuredException | ( | ) | throw () |
Destructor.
const tchar * WCL::StructuredException::FormatCode | ( | uint | nCode | ) | [static, private] |
Internal method to convert the exception code to a string.
This returns NULL if the exception code is not a standard one.
The Win32 exception code.