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

◆ ThrowArgumentOutOfRangeException_PrecisionTooLarge()

static void System.ThrowHelper.ThrowArgumentOutOfRangeException_PrecisionTooLarge ( )
inlinestaticpackage

Definition at line 402 of file ThrowHelper.cs.

403 {
404 throw new ArgumentOutOfRangeException("precision", SR.Format(SR.Argument_PrecisionTooLarge, (byte)99));
405 }

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

Referenced by System.Buffers.StandardFormat.StandardFormat().