Class MergePolicy.MergeAbortedException
Thrown when a merge was explicity aborted because
Dispose(bool) was called with
false
. Normally this exception is
privately caught and suppresed by IndexWriter.
Implements
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
[Serializable]
public class MergePolicy.MergeAbortedException : IOException, ISerializable
Constructors
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 |
---|---|---|
string | message |