Click or drag to resize
SearchException Constructor (String)
Initializes a new instance of the SearchException class with a specified error message.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public SearchException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also