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

◆ ThrowArgumentNullException()

static void System.Text.Encodings.Web.ThrowHelper.ThrowArgumentNullException ( ExceptionArgument argument)
inlinestaticpackage

Definition at line 8 of file ThrowHelper.cs.

9 {
10 throw new ArgumentNullException(GetArgumentName(argument));
11 }
static string GetArgumentName(ExceptionArgument argument)

References System.Text.Encodings.Web.ThrowHelper.GetArgumentName().

Referenced by System.Text.Encodings.Web.TextEncoder.Encode().