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

Inheritance: System.SystemException
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
MergeException ( Exception exc, Directory dir ) : System

Create a {@code MergeException}.

MergeException ( string message, Directory dir ) : System

Create a {@code MergeException}.

Method Details

MergeException() public method

Create a {@code MergeException}.
public MergeException ( Exception exc, Directory dir ) : System
exc Exception
dir Directory
return System

MergeException() public method

Create a {@code MergeException}.
public MergeException ( string message, Directory dir ) : System
message string
dir Directory
return System