Click or drag to resize

LogLogError Method

Logs the specified exception.

Namespace:  Packflow.FileLogger
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public void LogError(
	string description,
	Exception ex
)

Parameters

description
Type: SystemString
ex
Type: SystemException
See Also