4 references to Overflow_Int32
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (2)
303private static void ThrowInt32OverflowException() { throw new OverflowException(SR.Overflow_Int32); } 1076throw new OverflowException(SR.Overflow_Int32);
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
793throw new OverflowException(SR.Overflow_Int32);
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
1449static string IBinaryIntegerParseAndFormatInfo<int>.OverflowMessage => SR.Overflow_Int32;