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