Constructor MergeAbortedException
MergeAbortedException()
Create a MergePolicy.MergeAbortedException.
Declaration
public MergeAbortedException()
MergeAbortedException(String)
Create a MergePolicy.MergeAbortedException with a specified message.
Declaration
public MergeAbortedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
MergeAbortedException(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public MergeAbortedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The |
StreamingContext | context | The |