4 references to ThrowUInt32OverflowException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (4)
1134
if (value < 0)
ThrowUInt32OverflowException
();
1147
if (value < 0)
ThrowUInt32OverflowException
();
1160
if (value < 0)
ThrowUInt32OverflowException
();
1176
if (value > uint.MaxValue)
ThrowUInt32OverflowException
();