Click or drag to resize
SearchException Constructor (String, Exception)
Constructor

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public SearchException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Exception message
innerException
Type: SystemException
Exception that caused the current exception
See Also