Class LurchTableCorruptionException
Exception class: LurchTableCorruptionException The LurchTable internal datastructure appears to be corrupted.
Inheritance
System.Object
LurchTableCorruptionException
Assembly: DistributedLucene.Net.dll
Syntax
public class LurchTableCorruptionException : Exception
Constructors
Name | Description |
---|---|
LurchTableCorruptionException() | The LurchTable internal datastructure appears to be corrupted. |
LurchTableCorruptionException(Exception) | The LurchTable internal datastructure appears to be corrupted. |
LurchTableCorruptionException(Exception, Int32, String) | Constructs the exception from an hresult and message bypassing the message formatting |
LurchTableCorruptionException(Runtime.Serialization.SerializationInfo, Runtime.Serialization.StreamingContext) | Serialization constructor |
Methods
Name | Description |
---|---|
Assert(Boolean) | if(condition == false) throws The LurchTable internal datastructure appears to be corrupted. |