4 references to FileFormatException
NuGet.CommandLine.XPlat (1)
Commands\Why\DependencyGraphFinder.cs (1)
44
throw new
FileFormatException
(Strings.WhyCommand_Error_InconsistentAssetsFile);
NuGet.ProjectModel (3)
FileFormatException.cs (3)
104
var ex = new
FileFormatException
(message);
111
var ex = new
FileFormatException
(message);
132
return new
FileFormatException
(message)