TooComplexQueryException constructor (String, Exception)
Initializes a new instance of the TooComplexQueryException class with a specified error message and a reference to the inner exception that is the cause of this exception.
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, _
innerEx As Exception _
)
'Usage
Dim strMessage As String
Dim innerEx As Exception
Dim instance As New TooComplexQueryException(strMessage, _
innerEx)
public TooComplexQueryException(
string strMessage,
Exception innerEx
)
Parameters
strMessage
Type: System.StringAn error message.
innerEx
Type: System.ExceptionThe inner exception that caused this exception.
See also
Reference
TooComplexQueryException class
TooComplexQueryException members