DatabaseReadLockException Class | 
 
            Exception thrown when a 
Database level read lock failed.
            
Inheritance Hierarchy 
    Namespace: 
   VelocityDb.Exceptions
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax[SerializableAttribute]
public class DatabaseReadLockException : Exception
<SerializableAttribute>
Public Class DatabaseReadLockException
	Inherits Exception
[SerializableAttribute]
public ref class DatabaseReadLockException : public Exception
[<SerializableAttribute>]
type DatabaseReadLockException =  
    class
        inherit Exception
    end
See Also