4 references to InheritedHandlesParamName
System.Diagnostics.Process (4)
System\Diagnostics\ProcessStartInfo.cs (4)
498throw new ArgumentNullException(InheritedHandlesParamName(i)); 502throw new ArgumentException(SR.Arg_InvalidHandle, InheritedHandlesParamName(i)); 514throw new ArgumentException(SR.InheritedHandles_OnlySelectedSafeHandlesAreSupported, InheritedHandlesParamName(i)); 522throw new ArgumentException(SR.InheritedHandles_MustNotContainDuplicates, InheritedHandlesParamName(i));