1 reference to Overflow_BigIntInfinity
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
166
throw new OverflowException(double.IsInfinity(value) ? SR.
Overflow_BigIntInfinity
: SR.Overflow_NotANumber);