3 references to ThrowArgumentOutOfRangeException
mscorlib (3)
system\buffer.cs (2)
507
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.sourceBytesToCopy);
522
ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.sourceBytesToCopy);
system\collections\generic\dictionary.cs (1)
92
if (capacity < 0) ThrowHelper.
ThrowArgumentOutOfRangeException
(ExceptionArgument.capacity);