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