Partager via


InvalidQueryExpressionException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe InvalidQueryExpressionException avec un message d'exception spécifié et une référence à l'exception interne qui est à l'origine de cette exception.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)  Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception

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

Paramètres

Voir aussi

Référence

InvalidQueryExpressionException classe

InvalidQueryExpressionException - Membres

InvalidQueryExpressionException - Surcharge

Microsoft.SharePoint.Client - Espace de noms