4 references to Overflow_Decimal
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
324throw new SerializationException(SR.Overflow_Decimal);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.cs (2)
3886throw new OverflowException(SR.Overflow_Decimal); 3912throw new OverflowException(SR.Overflow_Decimal);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
1743throw new OverflowException(SR.Overflow_Decimal);