Click or drag to resize
AbstractDataConnectionHandleError Method
Handles the error. Returns false, if the error was not handled

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected bool HandleError(
	string queryText,
	Exception ex
)

Parameters

queryText
Type: SystemString
Query text
ex
Type: SystemException
Exception to handle

Return Value

Type: Boolean
See Also