IPlcHeadEndLogError Method

Called to log error to a service log. This method will never throw an exception.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
C#
void LogError(
	Exception e,
	string description
)

Parameters

e  Exception
description  String

See Also