diff options
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport/SucceededException.cs')
-rw-r--r-- | src/internal/WixBuildTools.TestSupport/SucceededException.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/WixBuildTools.TestSupport/SucceededException.cs b/src/internal/WixBuildTools.TestSupport/SucceededException.cs index 00b31d68..704fba28 100644 --- a/src/internal/WixBuildTools.TestSupport/SucceededException.cs +++ b/src/internal/WixBuildTools.TestSupport/SucceededException.cs | |||
@@ -13,6 +13,7 @@ namespace WixBuildTools.TestSupport | |||
13 | "Message: {1}", | 13 | "Message: {1}", |
14 | hr, userMessage)) | 14 | hr, userMessage)) |
15 | { | 15 | { |
16 | this.HResult = hr; | ||
16 | } | 17 | } |
17 | } | 18 | } |
18 | } | 19 | } |