Win32 provides a sophisticated exception mechanism which allows applications to handle unexpected errors in a structured fashion.
For additional information on exception handling and the way it is implemented in Microsoft C, see the Structured Exception Handling Overview.
The exception functions include:
Function | Description |
RaiseException | Raises a software exception. |