AbstractImportExportSettingsLogProgressError Method |
Logs error progress state.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax protected void LogProgressError(
string description,
Exception ex
)
Parameters
- description
- Type: SystemString
Message to be logged - ex
- Type: SystemException
Exception to be logged
See Also