Share via


SPQueryThrottledException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe SPQueryThrottleException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.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 SPQueryThrottledException(message, _
    innerException)
public SPQueryThrottledException(
    string message,
    Exception innerException
)

Paramètres

  • innerException
    Type : System.Exception

    Exception qui est la cause de l'exception actuelle, ou une référence Null (Rien dans Visual Basic) si aucune exception interne n'est spécifiée.

Voir aussi

Référence

SPQueryThrottledException classe

SPQueryThrottledException - Membres

SPQueryThrottledException - Surcharge

Microsoft.SharePoint - Espace de noms