Click or drag to resize

DatabaseAlreadyExistsException Class

Exception thrown when trying to create a Database that already exist (file system file exist).
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsDatabaseAlreadyExistsException

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class DatabaseAlreadyExistsException : Exception
Constructors
  NameDescription
Public methodDatabaseAlreadyExistsException
Initializes a new instance of the DatabaseAlreadyExistsException class
Public methodDatabaseAlreadyExistsException(String)
Initializes a new instance of the DatabaseAlreadyExistsException class
Public methodDatabaseAlreadyExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of the DatabaseAlreadyExistsException class
Public methodDatabaseAlreadyExistsException(String, Exception)
Initializes a new instance of the DatabaseAlreadyExistsException class
Top
See Also