4 references to InheritedHandlesParamName
System.Diagnostics.Process (4)
System\Diagnostics\ProcessStartInfo.cs (4)
509
throw new ArgumentNullException(
InheritedHandlesParamName
(i));
513
throw new ArgumentException(SR.Arg_InvalidHandle,
InheritedHandlesParamName
(i));
525
throw new ArgumentException(SR.InheritedHandles_OnlySelectedSafeHandlesAreSupported,
InheritedHandlesParamName
(i));
533
throw new ArgumentException(SR.InheritedHandles_MustNotContainDuplicates,
InheritedHandlesParamName
(i));