1 reference to ArgumentOutOfRange_BatchSizeMustBeNoGreaterThanBoundedCapacity
System.Threading.Tasks.Dataflow (1)
Blocks\BatchBlock.cs (1)
51if (dataflowBlockOptions.BoundedCapacity > 0 && dataflowBlockOptions.BoundedCapacity < batchSize) throw new ArgumentOutOfRangeException(nameof(batchSize), SR.ArgumentOutOfRange_BatchSizeMustBeNoGreaterThanBoundedCapacity);