Show / Hide Table of Contents

    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 Source

    LurchTableCorruptionException()

    The LurchTable internal datastructure appears to be corrupted.

    Declaration
    public LurchTableCorruptionException()
    | Improve this Doc View Source

    LurchTableCorruptionException(System.Exception)

    The LurchTable internal datastructure appears to be corrupted.

    Declaration
    public LurchTableCorruptionException(System.Exception innerException)
    Parameters
    Type Name Description
    System.Exception innerException
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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 Source

    Assert(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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)