VectorStoreException Class
In this article
Definition
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.
Defines a base exception type for any type of failure when using vector stores.
public ref class VectorStoreException : Exception
public class VectorStoreException : Exception
type VectorStoreException = class
inherit Exception
Public Class VectorStoreException
Inherits Exception
- Inheritance
Constructors
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's the cause of this exception. |
Vector |
Initializes a new instance of the VectorStoreException class with a specified error message. |
Properties
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 |
The name of the vector store (database). |
Vector |
The name of the vector store system. |
Applies to
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.0 (package-provided) |