4 references to ArgumentOutOfRange_Count
mscorlib (4)
system\collections\generic\list.cs (3)
467
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.
ArgumentOutOfRange_Count
);
533
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.
ArgumentOutOfRange_Count
);
657
if (count <0 || index > _size - count) ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.count, ExceptionResource.
ArgumentOutOfRange_Count
);
system\throwhelper.cs (1)
259
case ExceptionResource.
ArgumentOutOfRange_Count
: