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: 11.2.0.0
Syntax
public event ApplicationUnhandledExceptionHandler UnhandledException

Value

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