Click or drag to resize

LogLogException 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
public static void LogException(
	Exception ex
)

Parameters

ex
Type: SystemException
The error that occurred during application execution.
Examples
C#
...
catch (Exception ex)
{
  Log.LogException(ex);
}
...
See Also