Skip to main content

DispatcherUnhandledExceptionFilterEventArgs Class

Represents the method that will handle the UnhandledExceptionFilter event.

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public sealed class DispatcherUnhandledExceptionFilterEventArgs : DispatcherEventArgs
View Source
InheritanceObjectEventArgsDispatcherEventArgs → DispatcherUnhandledExceptionFilterEventArgs

Properties

DispatcherThe Dispatcher associated with this event.
(Inherited from DispatcherEventArgs)
ExceptionGets the exception that was raised when executing code by way of the dispatcher.
RequestCatchGets 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)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Threading Namespace