IndexDatabaseNotSpecifiedException Class |
Exception thrown when attempting to open an in database index without specifying a database.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class IndexDatabaseNotSpecifiedException : Exception
<SerializableAttribute>
Public Class IndexDatabaseNotSpecifiedException
Inherits Exception
[SerializableAttribute]
public ref class IndexDatabaseNotSpecifiedException : public Exception
[<SerializableAttribute>]
type IndexDatabaseNotSpecifiedException =
class
inherit Exception
end
See Also