EXCEPTION_TYPE2 (Windows CE 5.0)

Send Feedback

This structure specifies the characteristics of an exception.

typedef struct _EXCEPTION_TYPE2 {  DWORDdwExceptionCode;  EXCEPTION_CHANCEec;} 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

OS Version: Windows CE 5.0 and later.
Header: exdi2.h.

See Also

IeXDI2 Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.