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

◆ CreateArgumentNullException()

static Exception System.ThrowHelper.CreateArgumentNullException ( System::ExceptionArgument argument)
inlinestaticprivate

Definition at line 16 of file ThrowHelper.cs.

17 {
18 return new ArgumentNullException(argument.ToString());
19 }

Referenced by System.ThrowHelper.CreateArgumentValidationException(), System.ThrowHelper.CreateArgumentValidationException< T >(), and System.ThrowHelper.ThrowArgumentNullException().