ExportProviderLogProgressError Method |
Logs progress error.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax 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