Class IndexNameNotFoundException
- Namespace
- YndigoBlue.Velocity.Exceptions
- Assembly
- YndigoBlue.Velocity.dll
Thrown when a referenced index cannot be found in the database schema.
[Serializable]
public class IndexNameNotFoundException : Exception, ISerializable
- Inheritance
-
IndexNameNotFoundException
- Implements
Remarks
This exception occurs when attempting to access, modify, or drop an index that doesn't exist in the specified schema. Common scenarios include attempting to drop a non-existent index, referencing an index that was already dropped, or specifying an incorrect index name.
Constructors
- IndexNameNotFoundException()
Initializes a new instance of the IndexNameNotFoundException class.
- IndexNameNotFoundException(string)
Initializes a new instance of the IndexNameNotFoundException class with a specified error message.
Properties
- IndexName
Gets or sets the name of the index that could not be found.
- SchemaName
Gets or sets the name of the schema where the index was expected.