Share via


VectorStoreException Class

Definition

Base exception type thrown for any type of failure when using vector stores.

public abstract class VectorStoreException : Microsoft.SemanticKernel.KernelException
type VectorStoreException = class
    inherit KernelException
Public MustInherit Class VectorStoreException
Inherits KernelException
Inheritance
VectorStoreException
Derived

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 is 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.

VectorStoreType

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

Applies to