7 references to ThrowByteOverflowException
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (7)
677
if (value > byte.MaxValue)
ThrowByteOverflowException
();
684
if (value < 0)
ThrowByteOverflowException
();
690
if ((uint)value > byte.MaxValue)
ThrowByteOverflowException
();
697
if (value > byte.MaxValue)
ThrowByteOverflowException
();
706
if (value > byte.MaxValue)
ThrowByteOverflowException
();
715
if (value > byte.MaxValue)
ThrowByteOverflowException
();
2065
ThrowByteOverflowException
();