6 references to Argument_InvalidHandle
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Unix.cs (1)
79throw new ArgumentException(SR.Argument_InvalidHandle, nameof(handle));
src\System\Reflection\FieldInfo.CoreCLR.cs (2)
11throw new ArgumentException(SR.Argument_InvalidHandle, nameof(handle)); 27throw new ArgumentException(SR.Argument_InvalidHandle);
src\System\Reflection\MethodBase.CoreCLR.cs (2)
18throw new ArgumentException(SR.Argument_InvalidHandle); 34throw new ArgumentException(SR.Argument_InvalidHandle);
src\System\Threading\Thread.CoreCLR.cs (1)
77throw new ArgumentException(null, SR.Argument_InvalidHandle);