Click or drag to resize

ILoggerLogException Method (Exception)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Logs an exception.

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
void LogException(
	Exception ex
)

Parameters

ex
Type: SystemException
The error that occurred during application execution.
See Also