Share via


VectorStoreRecordMappingException Class

Definition

Exception thrown when a failure occurs while trying to convert models for storage or retrieval.

public class VectorStoreRecordMappingException : Microsoft.SemanticKernel.Data.VectorStoreException
type VectorStoreRecordMappingException = class
    inherit VectorStoreException
Public Class VectorStoreRecordMappingException
Inherits VectorStoreException
Inheritance
VectorStoreRecordMappingException

Constructors

VectorStoreRecordMappingException()

Initializes a new instance of the VectorStoreRecordMappingException class.

VectorStoreRecordMappingException(String, Exception)

Initializes a new instance of the VectorStoreRecordMappingException class with a specified error message and a reference to the inner exception that is the cause of this exception.

VectorStoreRecordMappingException(String)

Initializes a new instance of the VectorStoreRecordMappingException 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.

(Inherited from VectorStoreException)
OperationName

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

(Inherited from VectorStoreException)
VectorStoreType

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

(Inherited from VectorStoreException)

Applies to