2 references to Argument_PrecisionTooLarge
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Buffers\StandardFormat.cs (1)
121return throws ? throw new FormatException(SR.Format(SR.Argument_PrecisionTooLarge, MaxPrecision)) : false;
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
632throw new ArgumentOutOfRangeException("precision", SR.Format(SR.Argument_PrecisionTooLarge, StandardFormat.MaxPrecision));