Click or drag to resize
DataExportHelperRaiseError Method
Raises error event.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected void RaiseError(
	string customMessage,
	Exception exception
)

Parameters

customMessage
Type: SystemString
Message set when error occurs
exception
Type: SystemException
Original exception
See Also