Method | Description | |
---|---|---|
ExceptionHandler ( |
Initializes a new instance of the ExceptionHandler class.
|
|
Handle ( |
Handles the exception using the action that was passed into the constructor.
|
public ExceptionHandler ( |
||
exceptionType | Type of the exception. | |
action | Action |
The action to execute. |
filter | ExceptionPredicate | The exception filter. |
return | System |
public Handle ( |
||
exception | The exception. | |
return | void |