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