SearchIndexException Constructor (String, String) |
Initializes a new instance of the
SearchIndexException class for given
indexName with a specified error message.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public SearchIndexException(
string indexName,
string message
)
Parameters
- indexName
- Type: SystemString
Codename of the SearchIndexInfo the exception is related to. - message
- Type: SystemString
The message that describes the error.
See Also