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

◆ ThrowInt32OverflowException()

static void System.Convert.ThrowInt32OverflowException ( )
inlinestaticprivate

Definition at line 485 of file Convert.cs.

486 {
487 throw new OverflowException(SR.Overflow_Int32);
488 }

References System.SR.Overflow_Int32.

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