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

◆ ThrowFormatError()

static void System.Text.ValueStringBuilder.ThrowFormatError ( )
inlinestaticprivate

Definition at line 257 of file ValueStringBuilder.cs.

258 {
259 throw new FormatException(SR.Format_InvalidString);
260 }

References System.SR.Format_InvalidString.

Referenced by System.Text.ValueStringBuilder.AppendFormatHelper().