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