Click or drag to resize

PageDeadLockException Class

Exception thrown when a Page level lock failed due to a deadlock with another transaction
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsPageDeadLockException

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
[SerializableAttribute]
public class PageDeadLockException : Exception
See Also