DatabaseDoesNotExistException Class |
Exception thrown when the requested >
Database does not exist.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax [SerializableAttribute]
public class DatabaseDoesNotExistException : Exception
<SerializableAttribute>
Public Class DatabaseDoesNotExistException
Inherits Exception
[SerializableAttribute]
public ref class DatabaseDoesNotExistException : public Exception
[<SerializableAttribute>]
type DatabaseDoesNotExistException =
class
inherit Exception
end
See Also