4 references to InheritedHandlesParamName
System.Diagnostics.Process (4)
System\Diagnostics\ProcessStartInfo.cs (4)
472throw new ArgumentNullException(InheritedHandlesParamName(i)); 476throw new ArgumentException(SR.Arg_InvalidHandle, InheritedHandlesParamName(i)); 488throw new ArgumentException(SR.InheritedHandles_OnlySelectedSafeHandlesAreSupported, InheritedHandlesParamName(i)); 496throw new ArgumentException(SR.InheritedHandles_MustNotContainDuplicates, InheritedHandlesParamName(i));