I’m seeing a System.Diagnostics.Process.HasExited method throw an InvalidOperationException, but the message text property is not terribly useful as to why it was thrown. Under what conditions does this exception get thrown?
I’m seeing a System.Diagnostics.Process.HasExited method throw an InvalidOperationException , but the message text property
Share
If the above two answers take in mind that process’s instance members aren’t thread safe, so that might be the next place to start looking.