Class ErrorHandler
Represents class that can react various ways for erroneous situations. This class is used internally for exceptions handling.
public sealed class ErrorHandler
- Inheritance
-
ErrorHandler
Properties
- ErrorBehavior
Gets or sets a value indicating reaction on any error.
Methods
- Error(Exception)
Processes given exception with defined way.