| ApplicationICallbackOnUnhandledException Method  | 
 
            Raises the unhandled exception event.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid OnUnhandledException(
	Application widget,
	UnhandledExceptionEventArgs e
)
Sub OnUnhandledException ( 
	widget As Application,
	e As UnhandledExceptionEventArgs
)
abstract OnUnhandledException : 
        widget : Application * 
        e : UnhandledExceptionEventArgs -> unit 
Parameters
- widget
- Type: Eto.FormsApplication
 [Missing <param name="widget"/> documentation for "M:Eto.Forms.Application.ICallback.OnUnhandledException(Eto.Forms.Application,Eto.UnhandledExceptionEventArgs)"] 
- e
- Type: EtoUnhandledExceptionEventArgs
 [Missing <param name="e"/> documentation for "M:Eto.Forms.Application.ICallback.OnUnhandledException(Eto.Forms.Application,Eto.UnhandledExceptionEventArgs)"] 
 See Also
See Also