OptimisticLockingFailed Class |
Exception thrown when a optimistic locking failed due to another transcation having updated a Page or Database.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class OptimisticLockingFailed : Exception
<SerializableAttribute>
Public Class OptimisticLockingFailed
Inherits Exception
[SerializableAttribute]
public ref class OptimisticLockingFailed : public Exception
[<SerializableAttribute>]
type OptimisticLockingFailed =
class
inherit Exception
end
The OptimisticLockingFailed type exposes the following members.
Constructors
See Also