Partager via


InvalidClientQueryException - Constructeur (String)

Initialise une nouvelle instance de la classe InvalidClientQueryException avec le message spécifié.

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    strMessage As String _
)
'Utilisation
Dim strMessage As String

Dim instance As New InvalidClientQueryException(strMessage)
public InvalidClientQueryException(
    string strMessage
)

Paramètres

  • strMessage
    Type : System.String

    Le message qui décrit l'erreur.

Voir aussi

Référence

InvalidClientQueryException classe

InvalidClientQueryException - Membres

InvalidClientQueryException - Surcharge

Microsoft.SharePoint.Client - Espace de noms