Click or drag to resize

AbstractLoggerLogException Method (Exception, String, Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Logs an exception with an accompanying string message describing the current exception.

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void LogException(
	Exception ex,
	string message,
	params Object[] formatArgs
)

Parameters

ex
Type: SystemException
An instance of System.Exception.
message
Type: SystemString
A string containing the exception message.
formatArgs
Type: SystemObject
An array of arguments.

Implements

ILoggerLogException(Exception, String, Object)
See Also