Skip to content

Commit 879c790

Browse files
authored
Fixes exception info (#3398)
1 parent 6f8884c commit 879c790

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

xml/System.Diagnostics/Process.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4824,9 +4824,12 @@ There is a similar issue when you read all text from both the standard output an
48244824
The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute" /> property of the <paramref name="startInfo" /> parameter is <see langword="true" /> and the <see cref="P:System.Diagnostics.ProcessStartInfo.UserName" /> property is not <see langword="null" /> or empty or the <see cref="P:System.Diagnostics.ProcessStartInfo.Password" /> property is not <see langword="null" />.</exception>
48254825
<exception cref="T:System.ArgumentNullException">The <paramref name="startInfo" /> parameter is <see langword="null" />.</exception>
48264826
<exception cref="T:System.ObjectDisposedException">The process object has already been disposed.</exception>
4827-
<exception cref="T:System.IO.FileNotFoundException">The file specified in the <paramref name="startInfo" /> parameter's <see cref="P:System.Diagnostics.ProcessStartInfo.FileName" /> property could not be found.</exception>
48284827
<exception cref="T:System.ComponentModel.Win32Exception">An error occurred when opening the associated file.
4829-
4828+
4829+
-or-
4830+
4831+
The file specified in the <paramref name="startInfo" /> parameter's <see cref="P:System.Diagnostics.ProcessStartInfo.FileName" /> property could not be found.
4832+
48304833
-or-
48314834

48324835
The sum of the length of the arguments and the length of the full path to the process exceeds 2080. The error message associated with this exception can be one of the following: "The data area passed to a system call is too small." or "Access is denied."</exception>

0 commit comments

Comments
 (0)