Click or drag to resize

AbstractLoggerError Method

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

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

Parameters

message
Type: SystemString
A string containing the error message.
formatArgs
Type: SystemObject
An array of arguments.

Implements

ILoggerError(String, Object)
See Also