ApplicationUnhandledExceptionHandler Delegate |
Represents the method that will handle the UnhandledException event.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic delegate void UnhandledExceptionHandler(
Object sender,
ApplicationUnhandledExceptionArgs e
)
Public Delegate Sub UnhandledExceptionHandler (
sender As Object,
e As ApplicationUnhandledExceptionArgs
)
Parameters
- sender Object
- e ApplicationUnhandledExceptionArgs
See Also