4 references to InvalidFilePath
dotnet (4)
Commands\Project\Convert\ProjectConvertCommand.cs (1)
46throw new GracefulException(CliCommandStrings.InvalidFilePath, file);
Commands\Reference\Add\ReferenceAddCommand.cs (1)
43throw new GracefulException(CliCommandStrings.InvalidFilePath, _fileOrDirectory);
Commands\Reference\List\ReferenceListCommand.cs (1)
42throw new GracefulException(CliCommandStrings.InvalidFilePath, _fileOrDirectory);
Commands\Reference\Remove\ReferenceRemoveCommand.cs (1)
46throw new GracefulException(CliCommandStrings.InvalidFilePath, _fileOrDirectory);