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