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

◆ ThrowInt64OverflowException()

static void System.Convert.ThrowInt64OverflowException ( )
inlinestaticprivate

Definition at line 497 of file Convert.cs.

498 {
499 throw new OverflowException(SR.Overflow_Int64);
500 }

References System.SR.Overflow_Int64.

Referenced by System.Convert.ToInt64().