Share via


VectorStoreException Class

Definition

Defines a base exception type for any type of failure when using vector stores.

C#
public class VectorStoreException : Exception
Inheritance
VectorStoreException

Constructors

VectorStoreException()

Initializes a new instance of the VectorStoreException class.

VectorStoreException(String, Exception)

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.

VectorStoreException(String)

Initializes a new instance of the VectorStoreException class with a specified error message.

Properties

CollectionName

Gets or sets the name of the vector store collection that the failing operation was performed on.

OperationName

Gets or sets the name of the vector store operation that failed.

VectorStoreName

The name of the vector store (database).

VectorStoreSystemName

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)