17 instantiations of ToolRuntimeException
dotnet-svcutil.xmlserializer (17)
Microsoft\Tools\ServiceModel\SvcUtil\ExportModule.cs (1)
90
throw new
ToolRuntimeException
(error);
Microsoft\Tools\ServiceModel\SvcUtil\OutputModule.cs (2)
115
throw new
ToolRuntimeException
(SR.Format(SR.ErrCannotCreateDirectory, path), e);
145
throw new
ToolRuntimeException
(SR.Format(SR.ErrUnableToUniquifyFilename, fileNameWithExtension), null);
Microsoft\Tools\ServiceModel\SvcUtil\XmlSerializerGenerator.cs (14)
80
throw new
ToolRuntimeException
(SR.GenerateSerializerNotFound);
131
throw new
ToolRuntimeException
();
138
throw new
ToolRuntimeException
();
145
throw new
ToolRuntimeException
();
152
throw new
ToolRuntimeException
();
159
throw new
ToolRuntimeException
();
166
throw new
ToolRuntimeException
();
173
throw new
ToolRuntimeException
();
180
throw new
ToolRuntimeException
();
187
throw new
ToolRuntimeException
();
194
throw new
ToolRuntimeException
();
201
throw new
ToolRuntimeException
();
208
throw new
ToolRuntimeException
();
237
throw new
ToolRuntimeException
("operation is null");
2 references to ToolRuntimeException
dotnet-svcutil.xmlserializer (2)
Microsoft\Tools\ServiceModel\SvcUtil\Tool.cs (1)
36
catch (
ToolRuntimeException
re)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (1)
76
internal static void WriteToolError(
ToolRuntimeException
re)