Click or drag to resize
ILoggerError Method (String, Exception)
Logs an error message.

Namespace: PDTec.IceNet.Core.Runtime
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void Error(
	string message,
	Exception exception
)

Parameters

message
Type: SystemString
The message to log
exception
Type: SystemException
The exception to log
See Also