12 instantiations of ToolInputException
dotnet-svcutil.xmlserializer (12)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (12)
99
throw new
ToolInputException
(SR.Format(SR.ErrUnableToLoadFile, path), e);
104
throw new
ToolInputException
(SR.Format(SR.ErrInvalidInputPath, path));
115
throw new
ToolInputException
(SR.Format(SR.ErrInputFileNotAssemblyOrMetadata, fileInfo.FullName, path));
171
throw new
ToolInputException
(SR.Format(SR.ErrDirectoryNotFound, dirInfo.FullName));
176
throw new
ToolInputException
(SR.Format(SR.ErrDirectoryInsteadOfFile, path));
180
throw new
ToolInputException
(SR.Format(SR.ErrNoFilesFound, path));
193
return new
ToolInputException
(SR.Format(SR.ErrInputConflictsWithTarget, Options.Cmd.Target, _options.ModeSettingValue, inputSrc));
197
return new
ToolInputException
(SR.Format(SR.ErrInputConflictsWithOption, modeSettingStr, inputSrc));
204
return new
ToolInputException
(SR.Format(SR.ErrConflictingInputs, _options.ModeSettingValue, inputSrc));
208
return new
ToolInputException
(SR.Format(SR.ErrInputConflictsWithMode, inputSrc));
227
throw new
ToolInputException
(SR.Format(SR.ErrAssemblyLoadFailed, path), e);
249
throw new
ToolInputException
(SR.Format(SR.ErrCouldNotLoadTypesFromAssemblyAt, assembly.Location));
2 references to ToolInputException
dotnet-svcutil.xmlserializer (2)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (2)
138
catch (
ToolInputException
tie)
142
&& Marshal.GetHRForException(ie) ==
ToolInputException
.COR_E_ASSEMBLYEXPECTED)