Skip to main content

DispatcherUnhandledExceptionEventHandler Delegate

Definition

Assembly:Avalonia.Base
Package:Avalonia

Represents the method that will handle the Avalonia.Threading.Dispatcher.UnhandledException event.

public delegate DispatcherUnhandledExceptionEventHandler

Inheritance: MulticastDelegate -> DispatcherUnhandledExceptionEventHandler

Constructors

NameDescription
DispatcherUnhandledExceptionEventHandlerNo summary available.

DispatcherUnhandledExceptionEventHandler Constructor

public DispatcherUnhandledExceptionEventHandler(object object, IntPtr method)

Parameters

object object

method IntPtr

Methods

NameDescription
BeginInvokeNo summary available.
EndInvokeNo summary available.
InvokeNo summary available.

BeginInvoke Method

public IAsyncResult BeginInvoke(object sender, Avalonia.Threading.DispatcherUnhandledExceptionEventArgs e, AsyncCallback callback, object object)

Parameters

sender object

e Avalonia.Threading.DispatcherUnhandledExceptionEventArgs

callback AsyncCallback

object object

Returns

IAsyncResult

EndInvoke Method

public void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke Method

public void Invoke(object sender, Avalonia.Threading.DispatcherUnhandledExceptionEventArgs e)

Parameters

sender object

e Avalonia.Threading.DispatcherUnhandledExceptionEventArgs