4 references to Arg_InvalidHandle
System.Private.CoreLib (4)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
153
throw new ArgumentException(SR.
Arg_InvalidHandle
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (1)
71
throw new ArgumentException(SR.
Arg_InvalidHandle
, nameof(handle));
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
518
throw new ArgumentException(SR.
Arg_InvalidHandle
, paramName);
System\RuntimeMethodHandle.cs (1)
101
throw new ArgumentNullException(null, SR.
Arg_InvalidHandle
);