Class LurchTableCorruptionException
Exception class: LurchTableCorruptionException The LurchTable internal datastructure appears to be corrupted.
Inheritance
System.Object
LurchTableCorruptionException
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public class LurchTableCorruptionException : Exception
Constructors
| Improve this Doc View SourceLurchTableCorruptionException()
The LurchTable internal datastructure appears to be corrupted.
Declaration
public LurchTableCorruptionException()
LurchTableCorruptionException(System.Exception)
The LurchTable internal datastructure appears to be corrupted.
Declaration
public LurchTableCorruptionException(System.Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Exception | innerException |
LurchTableCorruptionException(System.Exception, Int32, String)
Constructs the exception from an hresult and message bypassing the message formatting
Declaration
protected LurchTableCorruptionException(System.Exception innerException, int hResult, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Exception | innerException | |
| System.Int32 | hResult | |
| System.String | message |
LurchTableCorruptionException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Serialization constructor
Declaration
protected LurchTableCorruptionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context |
Methods
| Improve this Doc View SourceAssert(Boolean)
if(condition == false) throws The LurchTable internal datastructure appears to be corrupted.
Declaration
public static void Assert(bool condition)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | condition |