ImportProviderLogProgressError Method |
Logs progress error.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax public static void LogProgressError(
SiteImportSettings settings,
string description,
Exception ex
)
Parameters
- settings
- Type: CMS.CMSImportExportSiteImportSettings
Import settings - description
- Type: SystemString
Error description - ex
- Type: SystemException
Exception to log
See Also