49 references to ThrowArgumentOutOfRangeException
mscorlib (49)
system\bitconverter.cs (9)
161
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
180
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
212
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
243
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
279
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
295
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
311
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
326
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
342
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
system\collections\generic\dictionary.cs (6)
252
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
542
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
822
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
883
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
1009
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
1070
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
system\collections\generic\list.cs (27)
61
if (capacity < 0) ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.capacity, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
117
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.value, ExceptionResource.ArgumentOutOfRange_SmallCapacity);
278
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
280
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
463
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
467
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_Count);
521
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
527
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.startIndex, ExceptionResource.ArgumentOutOfRange_Index);
533
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_Count);
584
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
588
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
637
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_Index);
655
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_Index);
657
if (count <0 || index > _size - count) ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_Count);
672
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_ListInsert);
707
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_Index);
777
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_Index);
795
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
799
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
810
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_BiggerThanCollection);
814
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_BiggerThanCollection);
894
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
898
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
931
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
935
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
969
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
973
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.count, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
system\collections\objectmodel\collection.cs (2)
100
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_ListInsert);
188
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
system\collections\objectmodel\keyedcollection.cs (1)
44
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.dictionaryCreationThreshold, ExceptionResource.ArgumentOutOfRange_InvalidThreshold);
system\collections\objectmodel\readonlycollection.cs (1)
133
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.arrayIndex, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
system\collections\objectmodel\readonlydictionary.cs (2)
245
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
573
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.arrayIndex, ExceptionResource.ArgumentOutOfRange_NeedNonNegNum);
system\throwhelper.cs (1)
56
ThrowArgumentOutOfRangeException
(ExceptionArgument.index, ExceptionResource.ArgumentOutOfRange_Index);