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

◆ ThrowArgumentOutOfRange_TimeSpanTooLong()

static void System.ThrowHelper.ThrowArgumentOutOfRange_TimeSpanTooLong ( )
inlinestaticpackage

Definition at line 134 of file ThrowHelper.cs.

135 {
136 throw new ArgumentOutOfRangeException(null, SR.Overflow_TimeSpanTooLong);
137 }

References System.SR.Overflow_TimeSpanTooLong.

Referenced by System.TimeSpan.TimeToTicks().