WixException Class
Base class for all WiX exceptions.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Error | Gets the error message. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Error Property
Section titled “Error Property”Gets the error message.
Declaration
Section titled “Declaration”public Message Error { get; set; }