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