Click or drag to resize

ApplicationOnUnhandledException Method

Raises the unhandled exception event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void OnUnhandledException(
	UnhandledExceptionEventArgs e
)

Parameters

e
Type: EtoUnhandledExceptionEventArgs
Event arguments.
See Also