System.Runtime.ExceptionServices Namespace
The System.Runtime.ExceptionServices namespace provides classes for advanced exception handling.
| Class | Description | |
|---|---|---|
|
FirstChanceExceptionEventArgs | Provides data for the notification event that is raised when a managed exception first occurs, before the common language runtime begins searching for event handlers. |
|
HandleProcessCorruptedStateExceptionsAttribute | Enables managed code to handle exceptions that indicate a corrupted process state. |