11 references to ExceptionArgument
System.Security.Cryptography (11)
System\Security\Cryptography\Base64Transforms.cs (11)
36ThrowHelper.ThrowArgumentOutOfRange(ThrowHelper.ExceptionArgument.inputCount); 39ThrowHelper.ThrowArgumentNull(ThrowHelper.ExceptionArgument.outputBuffer); 42ThrowHelper.ThrowArgumentOutOfRange(ThrowHelper.ExceptionArgument.inputCount); 46ThrowHelper.ThrowArgumentOutOfRange(ThrowHelper.ExceptionArgument.outputBuffer); 149ThrowHelper.ThrowArgumentNull(ThrowHelper.ExceptionArgument.outputBuffer); 312ThrowHelper.ThrowArgumentOutOfRange(ThrowHelper.ExceptionArgument.outputBuffer); 375ThrowArgumentNull(ExceptionArgument.inputBuffer); 378ThrowArgumentOutOfRange(ExceptionArgument.inputCount); 381ThrowArgumentOutOfRange(ExceptionArgument.inputOffset); 388public static void ThrowArgumentNull(ExceptionArgument argument) => throw new ArgumentNullException(argument.ToString()); 390public static void ThrowArgumentOutOfRange(ExceptionArgument argument) => throw new ArgumentOutOfRangeException(argument.ToString(), SR.ArgumentOutOfRange_NeedNonNegNum);