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