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
)
Protected Overridable Sub OnUnhandledException (
e As UnhandledExceptionEventArgs
)
abstract OnUnhandledException :
e : UnhandledExceptionEventArgs -> unit
override OnUnhandledException :
e : UnhandledExceptionEventArgs -> unit
Parameters
- e
- Type: EtoUnhandledExceptionEventArgs
Event arguments.
See Also