Click or drag to resize

DeferredExceptionHandler Delegate

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Called when an application exception occurs.

Namespace:  Telogis.GeoBase.Concurrency
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public delegate void ExceptionHandler(
	Exception ex
)

Parameters

ex
Type: SystemException
The exception.
See Also