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
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4917,7 +4917,11 @@ There is a similar issue when you read all text from both the standard output an
4917
4917
4918
4918
]]></format>
4919
4919
</remarks>
4920
-
<exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.</exception>
4920
+
<exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.
4921
+
4922
+
-or-
4923
+
4924
+
The file specified in the <paramref name="fileName" /> could not be found.</exception>
4921
4925
<exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
4922
4926
<exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
4923
4927
<permission cref="F:System.Security.Permissions.SecurityAction.LinkDemand">for full trust for the immediate caller. This member cannot be used by partially trusted code.</permission>
@@ -5002,6 +5006,10 @@ There is a similar issue when you read all text from both the standard output an
5002
5006
</remarks>
5003
5007
<exception cref="T:System.InvalidOperationException">The <paramref name="fileName" /> or <paramref name="arguments" /> parameter is <see langword="null" />.</exception>
5004
5008
<exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.
5009
+
5010
+
-or-
5011
+
5012
+
The file specified in the <paramref name="fileName" /> could not be found.
5005
5013
5006
5014
-or-
5007
5015
@@ -5093,7 +5101,11 @@ There is a similar issue when you read all text from both the standard output an
5093
5101
]]></format>
5094
5102
</remarks>
5095
5103
<exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
5096
-
<exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file.</exception>
5104
+
<exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file.
5105
+
5106
+
-or-
5107
+
5108
+
The file specified in the <paramref name="fileName" /> could not be found.</exception>
5097
5109
<exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
5098
5110
<exception cref="T:System.PlatformNotSupportedException">This member is not supported on Linux or macOS (.NET Core only).</exception>
5099
5111
<permission cref="F:System.Security.Permissions.SecurityAction.LinkDemand">for full trust for the immediate caller. This member cannot be used by partially trusted code.</permission>
@@ -5171,6 +5183,10 @@ There is a similar issue when you read all text from both the standard output an
5171
5183
</remarks>
5172
5184
<exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
5173
5185
<exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.
5186
+
5187
+
-or-
5188
+
5189
+
The file specified in the <paramref name="fileName" /> could not be found.
0 commit comments