5 references to Argument_InvalidHandle
System.Private.CoreLib (5)
Internal\Reflection\Augments\ReflectionAugments.cs (4)
121throw new ArgumentException(SR.Argument_InvalidHandle); 142throw new ArgumentException(SR.Argument_InvalidHandle); 165throw new ArgumentException(SR.Argument_InvalidHandle); 185throw new ArgumentException(SR.Argument_InvalidHandle);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.PlatformNotSupported.cs (1)
23throw new ArgumentException(SR.Argument_InvalidHandle, nameof(handle));