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: 8.2.1.0 (8.2.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