| AbstractDataConnectionHandleError Method | 
            Handles the error. Returns false, if the error was not handled
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
 Syntax
Syntaxprotected bool HandleError(
	string queryText,
	Exception ex
)
Parameters
- queryText
- Type: SystemString
 Query text
- ex
- Type: SystemException
 Exception to handle
Return Value
Type: 
Boolean See Also
See Also