2 references to Overflow_Int16
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
297
private static void ThrowInt16OverflowException() { throw new OverflowException(SR.
Overflow_Int16
); }
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
1403
static string IBinaryIntegerParseAndFormatInfo<short>.OverflowMessage => SR.
Overflow_Int16
;