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

◆ ThrowArgumentException_HandleNotAsync()

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

Definition at line 187 of file ThrowHelper.cs.

188 {
189 throw new ArgumentException(SR.Arg_HandleNotAsync, paramName);
190 }

References System.SR.Arg_HandleNotAsync.

Referenced by System.IO.FileStream.ValidateHandle().