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

◆ ThrowArgumentOutOfRangeException_SymbolDoesNotFit()

static void System.ThrowHelper.ThrowArgumentOutOfRangeException_SymbolDoesNotFit ( )
inlinestaticpackage

Definition at line 408 of file ThrowHelper.cs.

409 {
410 throw new ArgumentOutOfRangeException("symbol", SR.Argument_BadFormatSpecifier);
411 }

References System.SR.Argument_BadFormatSpecifier.

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