Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This structure specifies the characteristics of an exception.
Syntax
typedef struct _EXCEPTION_TYPE2 {
DWORD dwExceptionCode;
EXCEPTION_CHANCE ec;
} EXCEPTION_TYPE2;
Members
- dwExceptionCode
Platform-dependent exception code that indicates the type or source of the exception.
- ec
Exception notification phase (first or second chance).
Requirements
| Header | eXDI2.h |
| Windows Embedded CE | Windows CE 5.0 and later |