Click or drag to resize

OptimisticLockingFailed Class

Exception thrown when a optimistic locking failed due to another transcation having updated a Page or Database.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsOptimisticLockingFailed

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class OptimisticLockingFailed : Exception

The OptimisticLockingFailed type exposes the following members.

Constructors
  NameDescription
Public methodOptimisticLockingFailed
Initializes a new instance of the OptimisticLockingFailed class
Top
See Also