DispatcherUnhandledExceptionEventArgs Class
Provides data for the UnhandledException event.
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public sealed class DispatcherUnhandledExceptionEventArgs : DispatcherEventArgs
Public NotInheritable Class DispatcherUnhandledExceptionEventArgs
Inherits DispatcherEventArgs
[<SealedAttribute>]
type DispatcherUnhandledExceptionEventArgs =
class
inherit DispatcherEventArgs
end
Inheritance | Object → EventArgs → DispatcherEventArgs → DispatcherUnhandledExceptionEventArgs |
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. |
Handled | Gets or sets whether the exception event has been handled. |
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) |