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.IO.IOException
    System.IO.FileNotFoundException
    IndexNotFoundException
    Inherited Members
    System.IO.FileNotFoundException.ToString()
    System.IO.FileNotFoundException.FileName
    System.IO.FileNotFoundException.Message
    System.Exception.GetBaseException()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    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.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

    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)