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