• API

    Show / Hide Table of Contents

    Class IndexNotFoundException

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

    Inheritance
    System.Object
    System.Exception
    System.SystemException
    System.IO.IOException
    System.IO.FileNotFoundException
    IndexNotFoundException
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.IO.FileNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.IO.FileNotFoundException.ToString()
    System.IO.FileNotFoundException.FileName
    System.IO.FileNotFoundException.FusionLog
    System.IO.FileNotFoundException.Message
    System.Exception.GetBaseException()
    System.Exception.GetType()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class IndexNotFoundException : FileNotFoundException, ISerializable

    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

    Implements

    System.Runtime.Serialization.ISerializable

    Extension Methods

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