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

◆ ThrowUInt64OverflowException()

static void System.Convert.ThrowUInt64OverflowException ( )
inlinestaticprivate

Definition at line 503 of file Convert.cs.

504 {
505 throw new OverflowException(SR.Overflow_UInt64);
506 }

References System.SR.Overflow_UInt64.

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