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