Click or drag to resize
SqlExceptionExtensions Class
Extension methods for SqlException class.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSqlExceptionExtensions

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static class SqlExceptionExtensions

The SqlExceptionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberHasDeadlockOccured
Returns true when given SqlException is caused by deadlock.
Top
See Also