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