Show / Hide Table of Contents

    Class IndexNotFoundException

    Signals that no index was found in the . Possibly because the directory is empty, however can also indicate an index corruption.

    Inheritance
    System.Object
    IndexNotFoundException
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class IndexNotFoundException : FileNotFoundException

    Constructors

    | Improve this Doc View Source

    IndexNotFoundException(String)

    Creates IndexNotFoundException with the description message.

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