SPQueryThrottledException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der SPQueryThrottleException -Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.

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

Syntax

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

Dim instance As New SPQueryThrottledException(message, _
    innerException)
public SPQueryThrottledException(
    string message,
    Exception innerException
)

Parameter

  • message
    Typ: System.String

    Die Meldung, die den Fehler beschreibt.

  • innerException
    Typ: System.Exception

    Die Ausnahme, die Ursache der aktuellen Ausnahme oder ein Nullverweis (Nothing in Visual Basic) , wenn keine innere Ausnahme angegeben ist.

Siehe auch

Referenz

SPQueryThrottledException Klasse

SPQueryThrottledException-Member

SPQueryThrottledException-Überladung

Microsoft.SharePoint-Namespace