Home
Options

Can I get stdout text message when process not return 0 using Util.Cmd?

Some process, like devenv.com, does not put error content into stdout stream, so that I cannot get the error message when there is a error.

So can we maybe add a parameter to CommandExecutionException so that I can get the stdout(instead of stderr) message when process running failed?
Sign In or Register to comment.