Click or drag to resize

ApplicationUnhandledExceptionHandler 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
Syntax
public delegate void UnhandledExceptionHandler(
	Object sender,
	ApplicationUnhandledExceptionArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Easymap.AddInApplicationUnhandledExceptionArgs
See Also