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