Click or drag to resize
SearchIndexException Constructor (String, String)
Initializes a new instance of the SearchIndexException class for given indexName with a specified error message.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
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