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