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