Skip to main content

DispatcherUnhandledExceptionEventHandler Delegate

Represents the method that will handle the UnhandledException event.

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public delegate void DispatcherUnhandledExceptionEventHandler(
Object sender,
DispatcherUnhandledExceptionEventArgs e
)

Parameters

  Object
 
  DispatcherUnhandledExceptionEventArgs
 

See Also

Reference

Avalonia.Threading Namespace