SearchException Constructor (String) |
Initializes a new instance of the
SearchException class with a specified error message.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public SearchException(
string message
)
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also