Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class IndexNotFoundException

Exception is generated when no existing indexes are found.

Inheritance
System.Object
IndexNotFoundException
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0
Syntax
public class IndexNotFoundException : SearchException

Constructors

IndexNotFoundException(String)

Initializes a new instance of the IndexNotFoundException class.

Declaration
public IndexNotFoundException(string message)
Parameters
Type Name Description
System.String message

The message.

IndexNotFoundException(String, Exception)

Initializes a new instance of the IndexNotFoundException class.

Declaration
public IndexNotFoundException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The message.

System.Exception innerException

The inner exception.