Click or drag to resize
AbstractImportExportSettingsLogProgressError Method
Logs error progress state.

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected void LogProgressError(
	string description,
	Exception ex
)

Parameters

description
Type: SystemString
Message to be logged
ex
Type: SystemException
Exception to be logged
See Also