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