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

◆ ThrowArgumentOutOfRange_BadYearMonthDay()

static void System.ThrowHelper.ThrowArgumentOutOfRange_BadYearMonthDay ( )
inlinestaticpackage

Definition at line 122 of file ThrowHelper.cs.

123 {
124 throw new ArgumentOutOfRangeException(null, SR.ArgumentOutOfRange_BadYearMonthDay);
125 }

References System.SR.ArgumentOutOfRange_BadYearMonthDay.

Referenced by System.DateTime.DateToTicks().