Compartilhar via


InvalidQueryExpressionException classe

A exceção que é lançada quando a expressão de consulta especificada é inválida.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Client.ClientRequestException
      Microsoft.SharePoint.Client.InvalidQueryExpressionException

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)

Sintaxe

'Declaração
Public NotInheritable Class InvalidQueryExpressionException _
    Inherits ClientRequestException
'Uso
Dim instance As InvalidQueryExpressionException
public sealed class InvalidQueryExpressionException : ClientRequestException

Comentários

Esta é uma classe fechada.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

InvalidQueryExpressionException membros

Microsoft.SharePoint.Client namespace