Initializes a new instance of the CorruptIndexException class
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public CorruptIndexException( string message, Exception exp ) |
| Visual Basic |
|---|
Public Sub New ( _ message As String, _ exp As Exception _ ) |
| Visual C++ |
|---|
public: CorruptIndexException( String^ message, Exception^ exp ) |
Parameters
- message
- Type: System..::..String
[Missing <param name="message"/> documentation for "M:Lucene.Net.Index.CorruptIndexException.#ctor(System.String,System.Exception)"]
- exp
- Type: System..::..Exception
[Missing <param name="exp"/> documentation for "M:Lucene.Net.Index.CorruptIndexException.#ctor(System.String,System.Exception)"]