Show / Hide Table of Contents

    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 Source

    LurchTableCorruptionException()

    The LurchTable internal datastructure appears to be corrupted.

    Declaration
    public LurchTableCorruptionException()
    | Improve this Doc View Source

    LurchTableCorruptionException(Exception)

    The LurchTable internal datastructure appears to be corrupted.

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

    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 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

    Extension Methods

    ExceptionExtensions.GetSuppressed(Exception)
    ExceptionExtensions.GetSuppressedAsList(Exception)
    ExceptionExtensions.AddSuppressed(Exception, Exception)
    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)