Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
AbstractDataConnection Class
AbstractDataConnection Methods
AddParameters Method
BeginTransaction Method
BulkInsert Method
CheckThreadSafety Method
Close Method
CommitTransaction Method
CreateCommand Method
CreateDataAdapter Method
CreateNativeConnection Method
CreateParameter Method
Dispose Method
ExecuteNonQuery Method
ExecuteNonQueryAsync Method
ExecuteQuery Method
ExecuteReader Method
ExecuteReaderAsync Method
ExecuteScalar Method
ExecuteScalarAsync Method
GetExecutingConnection Method
GetNestedConnection Method
GetXmlSchema Method
HandleDbError Method
HandleError Method
IsOpen Method
IsTransaction Method
LoadDefaultConnectionString Method
LogConnectionOperation Method
NativeConnectionExists Method
NativeDBConnectionExists Method
Open Method
PrepareCommand Method
RollbackTransaction Method
SetParameterType Method
ValidateTransaction Method
AbstractDataConnection
.
HandleError Method
Handles the error. Returns false, if the error was not handled
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
Copy
protected
bool
HandleError
(
string
queryText
,
Exception
ex
)
Parameters
queryText
Type:
System
.
String
Query text
ex
Type:
System
.
Exception
Exception to handle
Return Value
Type:
Boolean
See Also
Reference
AbstractDataConnection Class
CMS.DataEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com