SPQueryThrottledException-Konstruktor (String)

Initialisiert eine neue Instanz der SPQueryThrottleException -Klasse mit einer angegebenen Fehlermeldung.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New SPQueryThrottledException(message)
public SPQueryThrottledException(
    string message
)

Parameter

  • message
    Typ: System.String

    Die Meldung, die den Fehler beschreibt.

Siehe auch

Referenz

SPQueryThrottledException Klasse

SPQueryThrottledException-Member

SPQueryThrottledException-Überladung

Microsoft.SharePoint-Namespace