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 tables show the exception functions with a description of the purpose of each.

Function Description

AbnormalTermination

Indicates whether the tryblock of a try-finallystatement terminated normally.

GetExceptionCode

Retrieves a code that identifies the type of exception that occurred.

GetExceptionInformation

Retrieves a machine-independent description of an exception and information about the machine state that existed for the thread when the exception occurred.

RaiseException

Raises an exception in the calling thread.

ReportFault

This function allows an application that performs its own exception handling to report faults to Microsoft.

See Also

Reference

Exception Reference

Other Resources