You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/Process.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2421,16 +2421,16 @@ You cannot cause processes on remote computers to exit. You can only view inform
2421
2421
2422
2422
The process is terminating.</exception>
2423
2423
<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.
2425
2425
2426
2426
-or-
2427
2427
2428
2428
There is no process associated with this <see cref="T:System.Diagnostics.Process" /> object.
2429
2429
2430
2430
-or-
2431
2431
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>
0 commit comments