1 reference to ProcessException
dotnet-svcutil-lib (1)
Shared\Utilities\ProcessRunner.cs (1)
151
throw new
ProcessException
(string.IsNullOrWhiteSpace(errorText) ? outputText : errorText, exitCode);