Click or drag to resize
BaseLoggerErrorException Method
Writes an 'unexpected' exception to the trace log.

Namespace: Colygon.MatchPoint.Common.Logging
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public void ErrorException(
	Exception ex,
	string message,
	params Object[] args
)

Parameters

ex
Type: SystemException
message
Type: SystemString
args
Type: SystemObject
See Also