Exception Property
Gets the exception that was raised when executing code by way of the dispatcher.
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
Get
member Exception : Exception with get
Property Value
ExceptionSee Also
Reference
DispatcherUnhandledExceptionFilterEventArgs Class
Avalonia.Threading Namespace