Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowUInt32OverflowException()

static void System.Convert.ThrowUInt32OverflowException ( )
inlinestaticprivate

Definition at line 491 of file Convert.cs.

492 {
493 throw new OverflowException(SR.Overflow_UInt32);
494 }

References System.SR.Overflow_UInt32.

Referenced by System.Convert.ToUInt32(), System.Convert.ToUInt32(), System.Convert.ToUInt32(), and System.Convert.ToUInt32().