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