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

◆ ThrowArgumentNullException() [2/5]

static void System.ThrowHelper.ThrowArgumentNullException ( ExceptionArgument argument,
ExceptionResource resource )
inlinestaticpackage

Definition at line 199 of file ThrowHelper.cs.

200 {
201 throw new ArgumentNullException(GetArgumentName(argument), GetResourceString(resource));
202 }
static string GetResourceString(ExceptionResource resource)
static string GetArgumentName(ExceptionArgument argument)

References System.ThrowHelper.GetArgumentName(), and System.ThrowHelper.GetResourceString().