Class ErrorHandler
Error handler service.
Implements
Inherited Members
Namespace: Evergine.Framework.Services
Assembly: Evergine.Framework.dll
Syntax
public class ErrorHandler : Service, IDependencyObject
  Constructors
ErrorHandler()
Initializes a new instance of the ErrorHandler class.
Declaration
public ErrorHandler()
  Properties
RethrowException
Gets or sets a value indicating whether the application re-throw the exception after capture it.
Declaration
public bool RethrowException { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
Events
OnExceptionFired
Event that is fired when an exception is fired
Declaration
public event EventHandler<Exception> OnExceptionFired
  Event Type
| Type | Description | 
|---|---|
| EventHandler<Exception> |