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

◆ ThrowMinMaxValueSwapped()

static void System.Random.ThrowMinMaxValueSwapped ( )
inlinestaticprivateinherited

Definition at line 731 of file Random.cs.

732 {
733 throw new ArgumentOutOfRangeException("minValue", SR.Format(SR.Argument_MinMaxValue, "minValue", "maxValue"));
734 }

References System.SR.Argument_MinMaxValue, and System.SR.Format().

Referenced by System.Random.ThreadSafeRandom.Next(), System.Random.Next(), System.Random.ThreadSafeRandom.NextInt64(), and System.Random.NextInt64().