Class ExceptionHandler
The exception handler
public abstract class ExceptionHandler
- Inheritance
-
ExceptionHandler
- Inherited Members
Constructors
ExceptionHandler()
protected ExceptionHandler()
Methods
HandleException(Exception)
Handle exception
public abstract bool HandleException(Exception ex)
Parameters
ex
ExceptionThe exception to be handled
Returns
- bool
True if the exception has been handled, or false if the exception should be rethrown and the application terminated.