Click or drag to resize
SearchIndexException Constructor (ISearchIndexInfo, String, Exception)
Constructor

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public SearchIndexException(
	ISearchIndexInfo indexInfo,
	string message,
	Exception innerException
)

Parameters

indexInfo
Type: CMS.DataEngineISearchIndexInfo
Search index info
message
Type: SystemString
Exception message
innerException
Type: SystemException
Exception that caused the current exception
See Also