DispatcherUnhandledExceptionFilterEventArgs Class

Represents the method that will handle the UnhandledExceptionFilter event.

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public sealed class DispatcherUnhandledExceptionFilterEventArgs : DispatcherEventArgs
Inheritance
Object    EventArgs    DispatcherEventArgs    DispatcherUnhandledExceptionFilterEventArgs

Properties

Dispatcher The Dispatcher associated with this event.
(Inherited from DispatcherEventArgs)
Exception Gets the exception that was raised when executing code by way of the dispatcher.
RequestCatch Gets or sets whether the exception should be caught and the event handlers called..

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also