5 references to ToolRuntimeException
dotnet-svcutil-lib (5)
CodeSerializer.cs (3)
54throw new ToolRuntimeException(SR.ErrCannotWriteFile, e); 88throw new ToolRuntimeException(SR.ErrCodegenError, e); 107throw new ToolRuntimeException(string.Format(SR.ErrCannotCreateFileFormat, _outputFilePath), e);
ImportModule.cs (1)
219throw new ToolRuntimeException(SR.ErrUnableToLoadInputs, e);
OutputPathHelper.cs (1)
80throw new ToolRuntimeException(string.Format(SR.ErrCannotCreateDirectoryFormat, directoryPath), e);