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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual bool HandleDbError(
	string message,
	DbException ex
)

Parameters

message
Type: SystemString
Error message
ex
Type: System.Data.CommonDbException
Database exception

Return Value

Type: Boolean
See Also