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 LuceneSearchException

Inheritance
System.Object
LuceneSearchException
Namespace: Mediachase.Search.Providers.Lucene
Assembly: Mediachase.Search.LuceneSearchProvider.dll
Version: 14.26.0
Syntax
public class LuceneSearchException : SearchException

Constructors

LuceneSearchException(String)

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

LuceneSearchException(String, Exception)

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