Skip to content

Commit d150267

Browse files
Treitjozkee
andauthored
Update Process.xml (#8262)
* Update Process.xml I don't believe this method will ever throw this exception. * Update 2nd overload Co-authored-by: David Cantú <[email protected]>
1 parent d43b1a4 commit d150267

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xml/System.Diagnostics/Process.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,6 @@ The following code example creates a process that prints a file. It sets the <xr
14731473
]]></format>
14741474
</remarks>
14751475
<exception cref="T:System.ArgumentException">The process specified by the <paramref name="processId" /> parameter is not running. The identifier might be expired.</exception>
1476-
<exception cref="T:System.InvalidOperationException">The process was not started by this object.</exception>
14771476
<altmember cref="P:System.Diagnostics.Process.Id" />
14781477
<altmember cref="M:System.Diagnostics.Process.GetProcessesByName(System.String)" />
14791478
<altmember cref="M:System.Diagnostics.Process.GetProcesses" />
@@ -1555,7 +1554,6 @@ The following code example creates a process that prints a file. It sets the <xr
15551554

15561555
The <paramref name="machineName" /> parameter syntax is invalid. The name might have length zero (0).</exception>
15571556
<exception cref="T:System.ArgumentNullException">The <paramref name="machineName" /> parameter is <see langword="null" />.</exception>
1558-
<exception cref="T:System.InvalidOperationException">The process was not started by this object.</exception>
15591557
<altmember cref="P:System.Diagnostics.Process.Id" />
15601558
<altmember cref="P:System.Diagnostics.Process.MachineName" />
15611559
<altmember cref="M:System.Diagnostics.Process.GetProcessesByName(System.String)" />

0 commit comments

Comments
 (0)