Table of Contents

Delegate DispatcherUnhandledExceptionEventHandler

Namespace
Avalonia.Threading
Assembly
Avalonia.Base.dll

Represents the method that will handle the UnhandledException event.

public delegate void DispatcherUnhandledExceptionEventHandler(object sender, DispatcherUnhandledExceptionEventArgs e)

Parameters

sender object
Represents the method that will handle the event.
e DispatcherUnhandledExceptionEventArgs
Represents the method that will handle the event.

Constructors

DispatcherUnhandledExceptionEventHandler(object, nint)

public DispatcherUnhandledExceptionEventHandler(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(object, DispatcherUnhandledExceptionEventArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object sender, DispatcherUnhandledExceptionEventArgs e, AsyncCallback callback, object @object)

Parameters

sender object
e DispatcherUnhandledExceptionEventArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object, DispatcherUnhandledExceptionEventArgs)

public virtual void Invoke(object sender, DispatcherUnhandledExceptionEventArgs e)

Parameters

sender object
e DispatcherUnhandledExceptionEventArgs