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.
The following table shows the exception functions with a description of the purpose of each.
Programming element | Description |
---|---|
AbnormalTermination | Indicates whether the try block of a try-finally statement 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
Send Feedback on this topic to the authors