Click or drag to resize

PageUpdateLockException Class

Exception thrown when a Page level update lock failed.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsPageUpdateLockException

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

The PageUpdateLockException type exposes the following members.

Constructors
  NameDescription
Public methodPageUpdateLockException
Initializes a new instance of the PageUpdateLockException class
Top
See Also