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 IndexBuildException

Exception is generated when index build error occurs.

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

Constructors

IndexBuildException(String)

Initializes a new instance of the IndexBuildException class.

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

The message.

IndexBuildException(String, Exception)

Initializes a new instance of the IndexBuildException class.

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

The message.

System.Exception innerException

The inner exception.