DataExportHelperRaiseError Method |
Raises error event.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
Syntax protected void RaiseError(
string customMessage,
Exception exception
)
Parameters
- customMessage
- Type: SystemString
Message set when error occurs - exception
- Type: SystemException
Original exception
See Also