VectorStoreException Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base exception type thrown for any type of failure when using vector stores.
public ref class VectorStoreException abstract : Exception
public abstract class VectorStoreException : Exception
type VectorStoreException = class
inherit Exception
Public MustInherit Class VectorStoreException
Inherits Exception
- Inheritance
- Derived
Vector |
Initializes a new instance of the VectorStoreException class. |
Vector |
Initializes a new instance of the VectorStoreException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Vector |
Initializes a new instance of the VectorStoreException class with a specified error message. |
Collection |
Gets or sets the name of the vector store collection that the failing operation was performed on. |
Operation |
Gets or sets the name of the vector store operation that failed. |
Vector |
Gets or sets the type of vector store that the failing operation was performed on. |
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: