DispatcherUnhandledExceptionFilterEventHandler Delegate

Provides data for the UnhandledExceptionFilter event.

Definition

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

Parameters

sender  Object
 
e  DispatcherUnhandledExceptionFilterEventArgs
 

See Also