3 references to Overflow_Char
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
2013static string IBinaryIntegerParseAndFormatInfo<char>.OverflowMessage => SR.Overflow_Char;
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
288private static void ThrowCharOverflowException() { throw new OverflowException(SR.Overflow_Char); }
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
940throw new OverflowException(SR.Overflow_Char, e);