2 references to Argument_MinMaxValue
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
1509
throw new ArgumentException(SR.Format(SR.
Argument_MinMaxValue
, min, max));
src\libraries\System.Private.CoreLib\src\System\Random.cs (1)
439
throw new ArgumentOutOfRangeException("minValue", SR.Format(SR.
Argument_MinMaxValue
, "minValue", "maxValue"));