3 references to RuntimeError
dotnet-svcutil-lib (3)
Tool.cs (2)
374
retVal = (int)ToolExitCode.
RuntimeError
;
379
retVal = (int)ToolExitCode.
RuntimeError
;
ToolRuntimeException.cs (1)
11
internal virtual ToolExitCode ExitCode { get; } = ToolExitCode.
RuntimeError
;