12 references to ArgumentOutOfRangeException
Microsoft.Extensions.VectorData.Abstractions (12)
FilteredRecordRetrievalOptions.cs (1)
29Throw.ArgumentOutOfRangeException(nameof(value), "Skip must be greater than or equal to 0.");
HybridSearchOptions.cs (1)
52Throw.ArgumentOutOfRangeException(nameof(value), "Skip must be greater than or equal to 0.");
ProviderServices\VectorPropertyModel.cs (1)
39Throw.ArgumentOutOfRangeException(nameof(value), "Dimensions must be greater than zero.");
RecordAttributes\VectorStoreVectorAttribute.cs (1)
26Throw.ArgumentOutOfRangeException(nameof(dimensions), "Dimensions must be greater than zero.");
RecordDefinition\VectorStoreVectorProperty.cs (1)
68Throw.ArgumentOutOfRangeException(nameof(value), "Dimensions must be greater than zero.");
src\Shared\Throw\Throw.cs (6)
231ArgumentOutOfRangeException(paramName, $"{argument} is an invalid value for enum type {typeof(T)}"); 518ArgumentOutOfRangeException(paramName, "Argument is zero"); 630ArgumentOutOfRangeException(paramName, "Argument is zero"); 742ArgumentOutOfRangeException(paramName, "Argument is zero"); 854ArgumentOutOfRangeException(paramName, "Argument is zero"); 981ArgumentOutOfRangeException(paramName, "Argument is zero");
VectorSearchOptions.cs (1)
42Throw.ArgumentOutOfRangeException(nameof(value), "Skip must be greater than or equal to 0.");