Class MergePolicy.MergeAbortedException
Thrown when a merge was explicity aborted because
Dispose(Boolean) was called with
false
. Normally this exception is
privately caught and suppresed by IndexWriter.
Inheritance
System.Object
MergePolicy.MergeAbortedException
Assembly: DistributedLucene.Net.dll
Syntax
public class MergeAbortedException : IO.IOException
Constructors
Name | Description |
---|---|
MergeAbortedException() | Create a MergePolicy.MergeAbortedException. |
MergeAbortedException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
MergeAbortedException(String) | Create a MergePolicy.MergeAbortedException with a specified message. |