Skip to content

Commit 2164fee

Browse files
nxtnBillWagner
authored andcommitted
Update Process.Start exception info (#3427)
1 parent ce36520 commit 2164fee

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

xml/System.Diagnostics/Process.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4917,7 +4917,11 @@ There is a similar issue when you read all text from both the standard output an
49174917

49184918
]]></format>
49194919
</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>
49214925
<exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
49224926
<exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
49234927
<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
50025006
</remarks>
50035007
<exception cref="T:System.InvalidOperationException">The <paramref name="fileName" /> or <paramref name="arguments" /> parameter is <see langword="null" />.</exception>
50045008
<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.
50055013

50065014
-or-
50075015

@@ -5093,7 +5101,11 @@ There is a similar issue when you read all text from both the standard output an
50935101
]]></format>
50945102
</remarks>
50955103
<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>
50975109
<exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
50985110
<exception cref="T:System.PlatformNotSupportedException">This member is not supported on Linux or macOS (.NET Core only).</exception>
50995111
<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
51715183
</remarks>
51725184
<exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
51735185
<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.
51745190

51755191
-or-
51765192

0 commit comments

Comments
 (0)