Skip to content

Commit 9afc253

Browse files
authored
Update Kill exceptions (#7300)
1 parent 974d19d commit 9afc253

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Diagnostics/Process.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,16 +2421,16 @@ You cannot cause processes on remote computers to exit. You can only view inform
24212421

24222422
The process is terminating.</exception>
24232423
<exception cref="T:System.NotSupportedException">You are attempting to call <see cref="M:System.Diagnostics.Process.Kill" /> for a process that is running on a remote computer. The method is available only for processes running on the local computer.</exception>
2424-
<exception cref="T:System.InvalidOperationException">The process has already exited.
2424+
<exception cref="T:System.InvalidOperationException">.NET Framework and .NET Core 3.0 and earlier versions only: The process has already exited.
24252425

24262426
-or-
24272427

24282428
There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object.
24292429

24302430
-or-
24312431

2432-
The calling process is a member of the associated process' descendant tree.</exception>
2433-
<exception cref="T:System.AggregateException">Not all processes in the associated process' descendant tree could be terminated.</exception>
2432+
The calling process is a member of the associated process's descendant tree.</exception>
2433+
<exception cref="T:System.AggregateException">Not all processes in the associated process's descendant tree could be terminated.</exception>
24342434
<altmember cref="M:System.Environment.Exit(System.Int32)" />
24352435
<altmember cref="M:System.Diagnostics.Process.CloseMainWindow" />
24362436
<altmember cref="M:System.Diagnostics.Process.Start" />

0 commit comments

Comments
 (0)