DeferredExceptionHandler Delegate | |
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
)
Public Delegate Sub ExceptionHandler (
ex As Exception
)
Parameters
- ex
- Type: SystemException
The exception.
See Also