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

Namespace: CMS.DataProviderSQL
Assembly: CMS.DataProviderSQL (in CMS.DataProviderSQL.dll) Version: 8.2.23
Syntax
C#
protected override 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