14 references to GracefulException
dotnet-aot (14)
parent\dotnet\Commands\Run\AotRunCommand.cs (2)
383
throw new
GracefulException
(CliCommandStrings.RunCommandExceptionNoProjects, currentDirectory, "--project");
414
throw new
GracefulException
(CliCommandStrings.RunCommandExceptionNoProjects, currentDirectory, "--project");
parent\dotnet\Commands\Run\CommonRunHelpers.cs (1)
36
? throw new
GracefulException
(CliCommandStrings.RunCommandExceptionMultipleProjects, directory)
parent\dotnet\Commands\Solution\List\SolutionListCommand.cs (1)
34
throw new
GracefulException
(CliStrings.InvalidSolutionFormatString, solutionFileFullPath, ex.Message);
parent\dotnet\Commands\Solution\Remove\SolutionRemoveCommand.cs (1)
61
throw new
GracefulException
(CliStrings.InvalidSolutionFormatString, solutionFileFullPath, ex.Message);
parent\dotnet\MsbuildProject.cs (3)
69
throw new
GracefulException
(CliStrings.ProjectDoesNotExist, projectPath);
75
throw new
GracefulException
(CliStrings.ProjectIsInvalid, projectPath);
88
throw new
GracefulException
(CliStrings.FoundInvalidProject, projectFilePath);
parent\dotnet\SlnFileFactory.cs (6)
37
throw new
GracefulException
(
43
throw new
GracefulException
(
49
throw new
GracefulException
(
80
throw new
GracefulException
(
111
throw new
GracefulException
(
134
.Select(path => originalSolution.FindProject(path) ?? throw new
GracefulException
(