Click or drag to resize
ImportProviderLogProgressError Method
Log progress error

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

Parameters

settings
Type: CMS.CMSImportExportSiteImportSettings
Import settings
description
Type: SystemString
Log message
ex
Type: SystemException
Exception
See Also