Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The following table shows the exception structures with a description of the purpose of each.

Structure Description

EXCEPTION_POINTERS

Contains the following:

  • An exception record with a machine-independent description of an exception

  • A context record with a machine-dependent description of the processor context at the time of the exception

EXCEPTION_RECORD

Describes an exception.

See Also