MergeException Class
A failure occurred when executing «see M:WixToolset.Dtf.WindowsInstaller.Database.Merge(WixToolset.Dtf.WindowsInstaller.Database,System.String)» . The exception may contain details about the merge conflict.
Methods
Method | Description |
---|---|
GetObjectData(info, context) | Sets the SerializationInfo with information about the exception. |
Properties
Property | Description |
---|---|
ConflictCounts | Gets the number of merge conflicts in each table, corresponding to the tables returned by «see P:WixToolset.Dtf.WindowsInstaller.MergeException.ConflictTables» . |
ConflictTables | Gets the list of tables containing merge conflicts. |
Message | Gets a message that describes the merge conflits. |
WixToolset.Dtf.WindowsInstaller.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
GetObjectData(info, context) Method
Sets the SerializationInfo with information about the exception.
Declaration
public void GetObjectData(
System.Runtime.Serialization.SerializationInfo info,
System.Runtime.Serialization.StreamingContext context
)
Parameters
Parameter | Type | Description |
---|---|---|
info | System.Runtime.Serialization.SerializationInfo | The SerializationInfo that holds the serialized object data about the exception being thrown. |
context | System.Runtime.Serialization.StreamingContext | The StreamingContext that contains contextual information about the source or destination. |
ConflictCounts Property
Gets the number of merge conflicts in each table, corresponding to the tables returned by «see P:WixToolset.Dtf.WindowsInstaller.MergeException.ConflictTables» .
Declaration
public IList<System.Int32> ConflictCounts { get; set; }
ConflictTables Property
Gets the list of tables containing merge conflicts.
Declaration
public IList<System.String> ConflictTables { get; set; }
Message Property
Gets a message that describes the merge conflits.
Declaration
public string Message { get; set; }