Click or drag to resize
DataExportHelperOnError Delegate
Raised when error occurs.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 10.0.0
Syntax
C#
public delegate void OnError(
	string customMessage,
	Exception exception
)

Parameters

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