SystemDatabaseNotFoundWithReadonlyTransactionException Constructor |
Use for unexpected events
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public SystemDatabaseNotFoundWithReadonlyTransactionException(
string message
)
Public Sub New (
message As String
)
public:
SystemDatabaseNotFoundWithReadonlyTransactionException(
String^ message
)
new :
message : string -> SystemDatabaseNotFoundWithReadonlyTransactionException
Parameters
- message
- Type: SystemString
Describe the unexpected event
See Also