Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The exception that is thrown when the given query expression is invalid.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SharePoint.Client.ClientRequestException
Microsoft.SharePoint.Client.InvalidQueryExpressionException
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class InvalidQueryExpressionException _
Inherits ClientRequestException
'Usage
Dim instance As InvalidQueryExpressionException
[SerializableAttribute]
public sealed class InvalidQueryExpressionException : ClientRequestException
Remarks
This is a sealed class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.