Click or drag to resize

ApplicationCallbackOnUnhandledException Method

Raises the unhandled exception event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnUnhandledException(
	Application widget,
	UnhandledExceptionEventArgs e
)

Parameters

widget
Type: Eto.FormsApplication

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Application.Callback.OnUnhandledException(Eto.Forms.Application,Eto.UnhandledExceptionEventArgs)"]

e
Type: EtoUnhandledExceptionEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Application.Callback.OnUnhandledException(Eto.Forms.Application,Eto.UnhandledExceptionEventArgs)"]

Implements

ApplicationICallbackOnUnhandledException(Application, UnhandledExceptionEventArgs)
See Also