Class DispatcherUnhandledExceptionEventArgs
Provides data for the UnhandledException event.
public sealed class DispatcherUnhandledExceptionEventArgs : DispatcherEventArgs
- Inheritance
-
DispatcherUnhandledExceptionEventArgs
- Inherited Members
Properties
Exception
Gets the exception that was raised when executing code by way of the dispatcher.
public Exception Exception { get; }
Property Value
Handled
Gets or sets whether the exception event has been handled.
public bool Handled { get; set; }