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

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

Parameters

indexInfo
Type: CMS.DataEngineISearchIndexInfo
Search index info
message
Type: SystemString
Exception message
See Also