Click or drag to resize
TranslationServiceHelperLogEvent Method
Logs an event if error occurred during action.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public static void LogEvent(
	Exception ex
)

Parameters

ex
Type: SystemException
Exception occurring
See Also