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

◆ ThrowArgumentOutOfRange_BadHourMinuteSecond()

static void System.ThrowHelper.ThrowArgumentOutOfRange_BadHourMinuteSecond ( )
inlinestaticpackage

Definition at line 128 of file ThrowHelper.cs.

129 {
130 throw new ArgumentOutOfRangeException(null, SR.ArgumentOutOfRange_BadHourMinuteSecond);
131 }

References System.SR.ArgumentOutOfRange_BadHourMinuteSecond.

Referenced by System.DateTime.TimeToTicks(), and System.DateTime.ValidateLeapSecond().