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: 12.0.0
Syntax public SearchException(
string message
)
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also