Click or drag to resize
IntegrationTasksWorkerLogException Method
Logs exception to event log

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
protected void LogException(
	Exception exception,
	string eventCode
)

Parameters

exception
Type: SystemException
Exception to log
eventCode
Type: SystemString
Code of event
See Also