SPQueryThrottledException - Constructeur (String)
Initialise une nouvelle instance de la classe SPQueryThrottleException avec un message d'erreur spécifié.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
Dim message As String
Dim instance As New SPQueryThrottledException(message)
public SPQueryThrottledException(
string message
)
Paramètres
message
Type : System.StringMessage qui décrit l'erreur.
Voir aussi
Référence
SPQueryThrottledException classe
SPQueryThrottledException - Membres