16 references to Arg_InvalidHandle
System.Private.CoreLib (16)
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)
524throw new ArgumentException(SR.Arg_InvalidHandle, paramName);
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1875throw new ArgumentNullException(null, SR.Arg_InvalidHandle); 1905throw new ArgumentNullException(null, SR.Arg_InvalidHandle);
src\System\RuntimeHandles.cs (12)
26m_type ?? throw new ArgumentNullException(null, SR.Arg_InvalidHandle); 426throw new ArgumentNullException(SR.Arg_InvalidHandle); 468throw new ArgumentException(SR.Arg_InvalidHandle); 672throw new ArgumentException(SR.Arg_InvalidHandle); 992throw new ArgumentNullException(null, SR.Arg_InvalidHandle); 1373throw new ArgumentNullException(SR.Arg_InvalidHandle); 1453new RuntimeFieldHandle(m_ptr ?? throw new ArgumentNullException(null, SR.Arg_InvalidHandle)); 1617throw new ArgumentNullException(SR.Arg_InvalidHandle); 1638throw new ArgumentNullException(SR.Arg_InvalidHandle); 1660throw new ArgumentNullException(SR.Arg_InvalidHandle); 1679throw new ArgumentNullException(SR.Arg_InvalidHandle); 1706throw new ArgumentNullException(SR.Arg_InvalidHandle);