| SearchIndexException Constructor (ISearchIndexInfo, String, Exception) | 
            Constructor
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntaxpublic 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