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