UnhandledExceptionHandler Delegate |
Represents the method that will handle the UnhandledException event.
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic delegate void UnhandledExceptionHandler(
Object sender,
UnhandledExceptionArgs e
)
Public Delegate Sub UnhandledExceptionHandler (
sender As Object,
e As UnhandledExceptionArgs
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Easymap.AddInUnhandledExceptionArgs
See Also