DispatcherUnhandledExceptionEventHandler Delegate

Represents the method that will handle the UnhandledException event.

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
public delegate void DispatcherUnhandledExceptionEventHandler(
	Object sender,
	DispatcherUnhandledExceptionEventArgs e
)

Parameters

sender  Object
 
e  DispatcherUnhandledExceptionEventArgs
 

See Also