10 references to ExceptionArgument
System.Security.Cryptography (10)
System\Security\Cryptography\Base64Transforms.cs (10)
36
ThrowHelper.ThrowArgumentOutOfRange(ThrowHelper.
ExceptionArgument
.inputCount);
39
ThrowHelper.ThrowArgumentNull(ThrowHelper.
ExceptionArgument
.outputBuffer);
42
ThrowHelper.ThrowArgumentOutOfRange(ThrowHelper.
ExceptionArgument
.inputCount);
46
ThrowHelper.ThrowArgumentOutOfRange(ThrowHelper.
ExceptionArgument
.outputBuffer);
149
ThrowHelper.ThrowArgumentNull(ThrowHelper.
ExceptionArgument
.outputBuffer);
371
ThrowArgumentNull(
ExceptionArgument
.inputBuffer);
374
ThrowArgumentOutOfRange(
ExceptionArgument
.inputCount);
377
ThrowArgumentOutOfRange(
ExceptionArgument
.inputOffset);
384
public static void ThrowArgumentNull(
ExceptionArgument
argument) => throw new ArgumentNullException(argument.ToString());
386
public static void ThrowArgumentOutOfRange(
ExceptionArgument
argument) => throw new ArgumentOutOfRangeException(argument.ToString(), SR.ArgumentOutOfRange_NeedNonNegNum);