Class LurchTableCorruptionException
Exception class: LurchTableCorruptionException The LurchTable internal datastructure appears to be corrupted.
Inheritance
System.Object
System.Exception
LurchTableCorruptionException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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(Exception)
The LurchTable internal datastructure appears to be corrupted.
Declaration
public LurchTableCorruptionException(Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Exception | innerException |
LurchTableCorruptionException(Exception, Int32, String)
Constructs the exception from an hresult and message bypassing the message formatting
Declaration
protected LurchTableCorruptionException(Exception innerException, int hResult, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Exception | innerException | |
| System.Int32 | hResult | |
| System.String | message |
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 |