4 references to ThrowUInt32OverflowException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (4)
1135
if (value < 0)
ThrowUInt32OverflowException
();
1148
if (value < 0)
ThrowUInt32OverflowException
();
1161
if (value < 0)
ThrowUInt32OverflowException
();
1177
if (value > uint.MaxValue)
ThrowUInt32OverflowException
();