Table of Contents

Class DispatcherUnhandledExceptionEventArgs

Namespace
Avalonia.Threading
Assembly
Avalonia.Base.dll

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

Exception

Handled

Gets or sets whether the exception event has been handled.

public bool Handled { get; set; }

Property Value

bool