TooComplexQueryException constructor (String)
Initializes a new instance of the TooComplexQueryException class with a specified error message.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
strMessage As String _
)
'Usage
Dim strMessage As String
Dim instance As New TooComplexQueryException(strMessage)
public TooComplexQueryException(
string strMessage
)
Parameters
strMessage
Type: System.StringAn error message.
See also
Reference
TooComplexQueryException class
TooComplexQueryException members