Click or drag to resize

UnhandledExceptionHandler Delegate

Represents the method that will handle the UnhandledException event.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public delegate void UnhandledExceptionHandler(
	Object sender,
	UnhandledExceptionArgs e
)

Parameters

sender  Object
 
e  UnhandledExceptionArgs
 
See Also