diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-07-27 00:35:52 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-07-27 11:31:18 -0700 |
| commit | c8c73ccddedcb64f9989e3d5a9f15240b476b551 (patch) | |
| tree | 099f35daf71912b211223abcefafc97068971217 /src/WixToolset.Core/Bind/TransferFilesCommand.cs | |
| parent | 854e616eb3516c7405691b679617aa08c1dd1cdd (diff) | |
| download | wix-c8c73ccddedcb64f9989e3d5a9f15240b476b551.tar.gz wix-c8c73ccddedcb64f9989e3d5a9f15240b476b551.tar.bz2 wix-c8c73ccddedcb64f9989e3d5a9f15240b476b551.zip | |
Remove WixFileNotFoundException, report checked paths and improve bind path command-line parsing
Diffstat (limited to 'src/WixToolset.Core/Bind/TransferFilesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core/Bind/TransferFilesCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Bind/TransferFilesCommand.cs b/src/WixToolset.Core/Bind/TransferFilesCommand.cs index b89d3d03..b9c54a14 100644 --- a/src/WixToolset.Core/Bind/TransferFilesCommand.cs +++ b/src/WixToolset.Core/Bind/TransferFilesCommand.cs | |||
| @@ -63,7 +63,7 @@ namespace WixToolset.Core.Bind | |||
| 63 | } | 63 | } |
| 64 | catch (FileNotFoundException e) | 64 | catch (FileNotFoundException e) |
| 65 | { | 65 | { |
| 66 | throw new WixFileNotFoundException(fileTransfer.SourceLineNumbers, e.FileName); | 66 | throw new WixException(ErrorMessages.FileNotFound(fileTransfer.SourceLineNumbers, e.FileName)); |
| 67 | } | 67 | } |
| 68 | catch (DirectoryNotFoundException) | 68 | catch (DirectoryNotFoundException) |
| 69 | { | 69 | { |
