ApplicationUnhandledException Event |
Provides a way to Handle unhandled exceptions.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic event ApplicationUnhandledExceptionHandler UnhandledException
Public Event UnhandledException As ApplicationUnhandledExceptionHandler
Value
ApplicationUnhandledExceptionHandler
Remarks
The application exits if Cancel is true.
See Also