AbstractDataConnectionHandleDbError Method |
Handles the database error. Returns false, if the error was not handled
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected virtual bool HandleDbError(
string message,
DbException ex
)
Parameters
- message
- Type: SystemString
Error message - ex
- Type: System.Data.CommonDbException
Database exception
Return Value
Type:
BooleanSee Also