Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ ThrowArgumentNullException() [5/5]

static void System.ThrowHelper.ThrowArgumentNullException ( System::ExceptionArgument argument)
inlinestaticpackage

Definition at line 10 of file ThrowHelper.cs.

11 {
12 throw CreateArgumentNullException(argument);
13 }
static Exception CreateArgumentNullException(System.ExceptionArgument argument)

References System.ThrowHelper.CreateArgumentNullException().