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

◆ ThrowArgumentException_CannotExtractScalar()

static void System.ThrowHelper.ThrowArgumentException_CannotExtractScalar ( ExceptionArgument argument)
inlinestaticpackage

Definition at line 50 of file ThrowHelper.cs.

51 {
52 throw GetArgumentException(ExceptionResource.Argument_CannotExtractScalar, argument);
53 }
static ArgumentException GetArgumentException(ExceptionResource resource)

References System.ThrowHelper.GetArgumentException().

Referenced by System.Text.Rune.GetRuneAt().