Click or drag to resize

SystemDatabaseNotFoundWithReadonlyTransactionException Class

Exception thrown when a read only transaction try to open a non existing Database 0
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsSystemDatabaseNotFoundWithReadonlyTransactionException

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

The SystemDatabaseNotFoundWithReadonlyTransactionException type exposes the following members.

Constructors
  NameDescription
Public methodSystemDatabaseNotFoundWithReadonlyTransactionException
Use for unexpected events
Top
See Also