Click or drag to resize

ApplicationUnhandledException Event

Provides a way to Handle unhandled exceptions.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public event ApplicationUnhandledExceptionHandler UnhandledException

Value

ApplicationUnhandledExceptionHandler
Remarks
The application exits if Cancel is true.
See Also