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.0.0.0
Syntax
public event ApplicationUnhandledExceptionHandler UnhandledException

Value

Type: Easymap.AddInApplicationUnhandledExceptionHandler
Remarks
The application exits if Cancel is true.
See Also