Show / Hide Table of Contents

    Class CorruptIndexException

    This exception is thrown when Lucene detects an inconsistency in the index.

    Inheritance
    System.Object
    CorruptIndexException
    IndexFormatTooNewException
    IndexFormatTooOldException
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public class CorruptIndexException : IOException

    Constructors

    | Improve this Doc View Source

    CorruptIndexException(String)

    Constructor.

    Declaration
    public CorruptIndexException(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    CorruptIndexException(String, Exception)

    Constructor.

    Declaration
    public CorruptIndexException(string message, Exception ex)
    Parameters
    Type Name Description
    System.String message
    Exception ex
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)