SPQueryThrottledException-Konstruktor (String, Int32)

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

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

Syntax

'Declaration
Public Sub New ( _
    strMessage As String, _
    errorCode As Integer _
)
'Usage
Dim strMessage As String
Dim errorCode As Integer

Dim instance As New SPQueryThrottledException(strMessage, _
    errorCode)
public SPQueryThrottledException(
    string strMessage,
    int errorCode
)

Parameter

  • strMessage
    Typ: System.String

    Die Meldung, die den Fehler beschreibt.

  • errorCode
    Typ: System.Int32

    Eine ganze Zahl, die die Ursache für die Ausnahme angibt.

Siehe auch

Referenz

SPQueryThrottledException Klasse

SPQueryThrottledException-Member

SPQueryThrottledException-Überladung

Microsoft.SharePoint-Namespace