Click or drag to resize
ExportProviderLogProgressError Method
Logs progress error.

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

Parameters

settings
Type: CMS.CMSImportExportSiteExportSettings
Export settings
description
Type: SystemString
Error description
ex
Type: SystemException
Exception to log
See Also