IExceptionHandler Members
When implemented by a class, provides the exception handler functionality.Properties
Name | Description |
---|---|
AnyExceptions | Indicates whether there are exceptions to handle. |
Methods
Name | Description |
---|---|
HandleException(Exception) | Handles the specified exception. |
See Also