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); 313ThrowHelper.ThrowArgumentOutOfRange(ThrowHelper.ExceptionArgument.outputBuffer); 376ThrowArgumentNull(ExceptionArgument.inputBuffer); 379ThrowArgumentOutOfRange(ExceptionArgument.inputCount); 382ThrowArgumentOutOfRange(ExceptionArgument.inputOffset); 389public static void ThrowArgumentNull(ExceptionArgument argument) => throw new ArgumentNullException(argument.ToString()); 391public static void ThrowArgumentOutOfRange(ExceptionArgument argument) => throw new ArgumentOutOfRangeException(argument.ToString(), SR.ArgumentOutOfRange_NeedNonNegNum);