IntegrationTasksWorkerLogException Method |
Logs exception to event log
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax protected void LogException(
Exception exception,
string eventCode
)
Parameters
- exception
- Type: SystemException
Exception to log - eventCode
- Type: SystemString
Code of event
See Also