C# Class Lucene.Net.Index.CorruptIndexException

Inheritance: System.IO.IOException
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
CorruptIndexException ( string message ) : System

Sole constructor.

CorruptIndexException ( string message, Exception ex ) : System

Method Details

CorruptIndexException() public méthode

Sole constructor.
public CorruptIndexException ( string message ) : System
message string
Résultat System

CorruptIndexException() public méthode

public CorruptIndexException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System