24 references to SR
System.Runtime.Numerics (24)
System\Number.BigInteger.cs (5)
39? new FormatException(SR.Overflow_ParseBigInteger) 40: new OverflowException(SR.Overflow_ParseBigInteger); 50e = new ArgumentException((style & InvalidNumberStyles) != 0 ? SR.Argument_InvalidNumberStyles : SR.Argument_InvalidHexBinaryStyle, nameof(style)); 733throw new FormatException(SR.Format_TooLarge);
System\Numerics\BigInteger.cs (15)
166throw new OverflowException(double.IsInfinity(value) ? SR.Overflow_BigIntInfinity : SR.Overflow_NotANumber); 1415throw new ArgumentException(SR.Argument_MustBeBigInt, nameof(obj)); 1563throw new OverflowException(SR.Overflow_Negative_Unsigned); 2254throw new OverflowException(SR.Overflow_Int32); 2265throw new OverflowException(SR.Overflow_Int32); 2282throw new OverflowException(SR.Overflow_Int64); 2305throw new OverflowException(SR.Overflow_Int64); 2323throw new OverflowException(SR.Overflow_Int128); 2354throw new OverflowException(SR.Overflow_Int128); 2406: throw new OverflowException(SR.Overflow_UInt32); 2422throw new OverflowException(SR.Overflow_UInt64); 2451throw new OverflowException(SR.Overflow_UInt128); 4072throw new ArgumentException(SR.Format(SR.Argument_MinMaxValue, min, max));
System\Numerics\Complex.Generic.cs (2)
2031throw new ArgumentException(SR.Argument_InvalidNumberStyles, nameof(style)); 2034throw new ArgumentException(SR.Arg_HexStyleNotSupported);
System\ThrowHelper.cs (2)
27throw new ArgumentOutOfRangeException("value", SR.ArgumentOutOfRange_NeedNonNegNum); 33throw new FormatException(SR.Argument_BadFormatSpecifier);