Share via


InvalidQueryExpressionException constructor (String, Exception)

Initializes a new instance of the InvalidQueryExpressionException class with a specified exception message and a reference to the inner exception that is the cause of this exception.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New InvalidQueryExpressionException(message, _
    innerException)
public InvalidQueryExpressionException(
    string message,
    Exception innerException
)

Parameters

See also

Reference

InvalidQueryExpressionException class

InvalidQueryExpressionException members

InvalidQueryExpressionException overload

Microsoft.SharePoint.Client namespace