6 references to Arg_InvalidHandle
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (1)
71throw new ArgumentException(SR.Arg_InvalidHandle, nameof(handle));
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
536throw new ArgumentException(SR.Arg_InvalidHandle, paramName);
src\System\RuntimeHandles.cs (4)
26throw new ArgumentNullException(null, SR.Arg_InvalidHandle); 36throw new ArgumentNullException(null, SR.Arg_InvalidHandle); 750throw new ArgumentNullException(null, SR.Arg_InvalidHandle); 1096throw new ArgumentNullException(null, SR.Arg_InvalidHandle);