Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class IndexNotFoundException

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

    Inheritance
    object
    Exception
    SystemException
    IOException
    FileNotFoundException
    IndexNotFoundException
    Implements
    ISerializable
    Inherited Members
    FileNotFoundException.ToString()
    FileNotFoundException.FileName
    FileNotFoundException.FusionLog
    FileNotFoundException.Message
    Exception.GetBaseException()
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    [Serializable]
    public sealed class IndexNotFoundException : FileNotFoundException, ISerializable

    Constructors

    IndexNotFoundException(string)

    Creates IndexNotFoundException with the description message.

    Declaration
    public IndexNotFoundException(string message)
    Parameters
    Type Name Description
    string message

    Implements

    ISerializable

    Extension Methods

    ExceptionExtensions.AddSuppressed(Exception, Exception)
    ExceptionExtensions.GetSuppressed(Exception)
    ExceptionExtensions.GetSuppressedAsList(Exception)
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.