VectorStoreOperationException Class
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.
Exception thrown when a vector store command fails, such as upserting a record or deleting a collection.
public class VectorStoreOperationException : Microsoft.SemanticKernel.Data.VectorStoreException
type VectorStoreOperationException = class
inherit VectorStoreException
Public Class VectorStoreOperationException
Inherits VectorStoreException
- Inheritance
Constructors
VectorStoreOperationException() |
Initializes a new instance of the VectorStoreOperationException class. |
VectorStoreOperationException(String, Exception) |
Initializes a new instance of the VectorStoreOperationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
VectorStoreOperationException(String) |
Initializes a new instance of the VectorStoreOperationException 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) |