1 instantiation of ProcessException
dotnet-svcutil-lib (1)
Shared\Utilities\ProcessRunner.cs (1)
151throw new ProcessException(string.IsNullOrWhiteSpace(errorText) ? outputText : errorText, exitCode);
2 references to ProcessException
dotnet-svcutil-lib (2)
Bootstrapper\SvcutilBootstrapper.cs (1)
204catch (ProcessRunner.ProcessException exception)
Tool.cs (1)
371else if (ex is ProcessRunner.ProcessException rpe)