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.StringDie Meldung, die den Fehler beschreibt.
errorCode
Typ: System.Int32Eine ganze Zahl, die die Ursache für die Ausnahme angibt.
Siehe auch
Referenz
SPQueryThrottledException Klasse
SPQueryThrottledException-Member