Share via


Exception Functions

Send Feedback

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

Programming element PPC SP Description
AbnormalTermination X X Indicates whether the try block of a try-finally statement terminated normally.
GetExceptionCode X X Retrieves a code that identifies the type of exception that occurred.
GetExceptionInformation X X Retrieves a machine-independent description of an exception and information about the machine state that existed for the thread when the exception occurred.
RaiseException X X Raises an exception in the calling thread.
ReportFault X X This function allows an application that performs its own exception handling to report faults to Microsoft.

See Also

Exception Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.