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

◆ ThrowInt16OverflowException()

static void System.Convert.ThrowInt16OverflowException ( )
inlinestaticprivate

Definition at line 473 of file Convert.cs.

474 {
475 throw new OverflowException(SR.Overflow_Int16);
476 }

References System.SR.Overflow_Int16.

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