C# Class Lucene.Net.Index.CorruptIndexException

Inheritance: System.IO.IOException
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
CorruptIndexException ( string message ) : System

Sole constructor.

CorruptIndexException ( string message, Exception ex ) : System

Method Details

CorruptIndexException() public method

Sole constructor.
public CorruptIndexException ( string message ) : System
message string
return System

CorruptIndexException() public method

public CorruptIndexException ( string message, Exception ex ) : System
message string
ex System.Exception
return System