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

◆ ThrowArgumentException_InvalidHandle()

static void System.ThrowHelper.ThrowArgumentException_InvalidHandle ( string paramName)
inlinestaticpackage

Definition at line 330 of file ThrowHelper.cs.

331 {
332 throw new ArgumentException(SR.Arg_InvalidHandle, paramName);
333 }

References System.SR.Arg_InvalidHandle.

Referenced by System.IO.RandomAccess.ValidateInput().