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

Inheritance: System.SystemException
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode 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 méthode

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

MergeException() public méthode

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