Click or drag to resize

ILoggerLogException 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
void LogException(
	Exception ex,
	string message,
	params Object[] formatArgs
)

Parameters

ex
Type: SystemException
The error that occurred during application execution.
message
Type: SystemString
The message that describes the error.
formatArgs
Type: SystemObject
Parameters to include in the message.
See Also