diff options
Diffstat (limited to 'src/WixToolset.Core/Preprocessor.cs')
-rw-r--r-- | src/WixToolset.Core/Preprocessor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Preprocessor.cs b/src/WixToolset.Core/Preprocessor.cs index 6733f493..23d3f205 100644 --- a/src/WixToolset.Core/Preprocessor.cs +++ b/src/WixToolset.Core/Preprocessor.cs | |||
@@ -644,7 +644,7 @@ namespace WixToolset.Core | |||
644 | 644 | ||
645 | if (null == includeFile) | 645 | if (null == includeFile) |
646 | { | 646 | { |
647 | throw new WixException(ErrorMessages.FileNotFound(sourceLineNumbers, includePath, "include")); | 647 | throw new WixFileNotFoundException(sourceLineNumbers, includePath, "include"); |
648 | } | 648 | } |
649 | 649 | ||
650 | using (XmlReader reader = XmlReader.Create(includeFile, DocumentXmlReaderSettings)) | 650 | using (XmlReader reader = XmlReader.Create(includeFile, DocumentXmlReaderSettings)) |