Share via


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

  • innerEx
    Type: System.Exception

    The inner exception that caused this exception.

See Also

Reference

TooComplexQueryException Class

TooComplexQueryException Members

TooComplexQueryException Overload

Microsoft.Office.Server.Search.Query Namespace