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