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