7 references to ThrowByteOverflowException
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (7)
676
if (value > byte.MaxValue)
ThrowByteOverflowException
();
683
if (value < 0)
ThrowByteOverflowException
();
689
if ((uint)value > byte.MaxValue)
ThrowByteOverflowException
();
696
if (value > byte.MaxValue)
ThrowByteOverflowException
();
705
if (value > byte.MaxValue)
ThrowByteOverflowException
();
714
if (value > byte.MaxValue)
ThrowByteOverflowException
();
2064
ThrowByteOverflowException
();