PageReadLockException Class |
Exception thrown when failing to get a
Page level read lock.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class PageReadLockException : Exception
<SerializableAttribute>
Public Class PageReadLockException
Inherits Exception
[SerializableAttribute]
public ref class PageReadLockException : public Exception
[<SerializableAttribute>]
type PageReadLockException =
class
inherit Exception
end
See Also