Windows C++ Library
Public Member Functions | Public Attributes | Static Private Member Functions
WCL::StructuredException Class Reference

The type of exception thrown when a Win32 structured exception occurs. More...

#include <StructuredException.hpp>

List of all members.

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.

Detailed Description

The type of exception thrown when a Win32 structured exception occurs.


Constructor & Destructor Documentation

WCL::StructuredException::StructuredException ( uint  nCode,
_EXCEPTION_POINTERS *  pInfo 
)

Constructor.

Destructor.


Member Function Documentation

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.


Member Data Documentation

The Win32 exception code.


The documentation for this class was generated from the following files: