SearchException Constructor (String, Exception) |
Constructor
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax public SearchException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
Exception message - innerException
- Type: SystemException
Exception that caused the current exception
See Also