C# Class Lucene.Net.Index.MergePolicy.MergeAbortedException

Inheritance: System.IO.IOException
Show file Open project: apache/lucenenet

Public Methods

Method Description
MergeAbortedException ( ) : System

Create a MergeAbortedException.

MergeAbortedException ( string message ) : System

Create a MergeAbortedException with a specified message.

Method Details

MergeAbortedException() public method

Create a MergeAbortedException.
public MergeAbortedException ( ) : System
return System

MergeAbortedException() public method

Create a MergeAbortedException with a specified message.
public MergeAbortedException ( string message ) : System
message string
return System