DatabaseAlreadyExistsException Constructor (String) |
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public DatabaseAlreadyExistsException(
string message
)
Public Sub New (
message As String
)
public:
DatabaseAlreadyExistsException(
String^ message
)
new :
message : string -> DatabaseAlreadyExistsException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:VelocityDb.Exceptions.DatabaseAlreadyExistsException.#ctor(System.String)"]
See Also