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