TooComplexQueryException constructor (Exception)

Initializes a new instance of the TooComplexQueryException class with 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 ( _
    innerEx As Exception _
)
'Usage
Dim innerEx As Exception

Dim instance As New TooComplexQueryException(innerEx)
public TooComplexQueryException(
    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