IndexDatabaseOrBTreeMissingException 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: 11.1.0.0 (11.1)
Syntax [SerializableAttribute]
public class IndexDatabaseOrBTreeMissingException : Exception
<SerializableAttribute>
Public Class IndexDatabaseOrBTreeMissingException
Inherits Exception
[SerializableAttribute]
public ref class IndexDatabaseOrBTreeMissingException : public Exception
[<SerializableAttribute>]
type IndexDatabaseOrBTreeMissingException =
class
inherit Exception
end
See Also