InvalidQueryExpressionException constructor (String)
Initializes a new instance of the InvalidQueryExpressionException class with a specified exception message.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New InvalidQueryExpressionException(message)
public InvalidQueryExpressionException(
string message
)
Parameters
message
Type: System.StringThe String object that represents the exception message.
See also
Reference
InvalidQueryExpressionException class
InvalidQueryExpressionException members