7 references to GracefulException
dotnet-aot (7)
parent\dotnet\Commands\Sdk\Check\SdkCheckCommand.cs (2)
72
throw new
GracefulException
([CliCommandStrings.RuntimePropertyNotFound], [], isUserError: false);
75
throw new
GracefulException
([CliCommandStrings.HostFxrCouldNotBeLoaded], [hostFxrNotFoundException.Message], isUserError: false);
parent\dotnet\Commands\Solution\SolutionArgumentValidator.cs (1)
54
throw new
GracefulException
(
parent\dotnet\Commands\Tool\Common\ToolManifestFinderExtensions.cs (1)
32
throw new
GracefulException
([e.Message, CliCommandStrings.ToolCommonNoManifestGuide], verboseMessages: [e.VerboseMessage], isUserError: false);
parent\dotnet\Commands\Tool\Run\ToolRunCommand.cs (1)
46
throw new
GracefulException
([string.Format(CliCommandStrings.CannotFindCommandName, toolCommandName)], isUserError: false);
parent\dotnet\Commands\Tool\Uninstall\ToolUninstallLocalCommand.cs (1)
48
throw new
GracefulException
([string.Format(CliCommandStrings.NoManifestFileContainPackageId, _packageId)], isUserError: false);
parent\dotnet\ToolManifest\ToolManifestCannotBeFoundException.cs (1)
12
public ToolManifestCannotBeFoundException(string message) :
base
([message], null, false)