File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/ParentElement.ReProcess Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public CommandBuilder WithArguments(IEnumerable<string> arguments)
6868 /// </summary>
6969 /// <param name="path">A <see langword="string"/> representing the Working Directory for the command</param>
7070 /// <returns>The current <see cref="CommandBuilder" /> instance </returns>
71- /// <exception cref="System.ArgumentException ">Thrown when <paramref name="path"/> is specified and not a valid directory</exception>
71+ /// <exception cref="System.IO.DirectoryNotFoundException ">Thrown when <paramref name="path"/> is specified and not a valid directory</exception>
7272 public CommandBuilder WithWorkingDirectory ( string path )
7373 {
7474 if ( ! string . IsNullOrWhiteSpace ( path ) && ! Directory . Exists ( path ) )
You can’t perform that action at this time.
0 commit comments