10 references to ExceptionArgument
System.Security.Cryptography (10)
System\Security\Cryptography\Base64Transforms.cs (10)
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); 371ThrowArgumentNull(ExceptionArgument.inputBuffer); 374ThrowArgumentOutOfRange(ExceptionArgument.inputCount); 377ThrowArgumentOutOfRange(ExceptionArgument.inputOffset); 384public static void ThrowArgumentNull(ExceptionArgument argument) => throw new ArgumentNullException(argument.ToString()); 386public static void ThrowArgumentOutOfRange(ExceptionArgument argument) => throw new ArgumentOutOfRangeException(argument.ToString(), SR.ArgumentOutOfRange_NeedNonNegNum);