2 references to Overflow_Byte
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
1211static string IBinaryIntegerParseAndFormatInfo<byte>.OverflowMessage => SR.Overflow_Byte;
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
291private static void ThrowByteOverflowException() { throw new OverflowException(SR.Overflow_Byte); }