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
)
Public Sub OnUnhandledException (
widget As Application,
e As UnhandledExceptionEventArgs
)
abstract OnUnhandledException :
widget : Application *
e : UnhandledExceptionEventArgs -> unit
override OnUnhandledException :
widget : Application *
e : UnhandledExceptionEventArgs -> unit
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