DataExportHelperOnError Delegate |
Raised when error occurs.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax public delegate void OnError(
string customMessage,
Exception exception
)
Parameters
- customMessage
- Type: SystemString
Message set when error occurs - exception
- Type: SystemException
Original exception
See Also