Exception Functions (Windows Embedded CE 6.0)
1/6/2010
The following tables show the exception functions with a description of the purpose of each.
Function | Description |
---|---|
Indicates whether the try block of a try-finally statement terminated normally. |
|
Retrieves a code that identifies the type of exception that occurred. |
|
Retrieves a machine-independent description of an exception and information about the machine state that existed for the thread when the exception occurred. |
|
Raises an exception in the calling thread. |
|
This function allows an application that performs its own exception handling to report faults to Microsoft. |
Function | Description |
---|---|
Registers a vectored exception handler. |
|
Unregisters a vectored exception handler. |
|
Application-defined function that serves as a vectored exception handler. Specify this address when calling the AddVectoredExceptionHandler function. The PVECTORED_EXCEPTION_HANDLER type defines a pointer to this callback function. VectoredHandler is a placeholder for the application-defined name. |