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