Compartir a través de


(String, Int32) del constructor SPQueryThrottledException

Inicializa una nueva instancia de la clase SPQueryThrottleException con un mensaje de error especificado y un código de error.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Sub New ( _
    strMessage As String, _
    errorCode As Integer _
)
'Uso
Dim strMessage As String
Dim errorCode As Integer

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

Parámetros

  • strMessage
    Tipo: System.String

    El mensaje que describe el error.

  • errorCode
    Tipo: System.Int32

    Un entero que identifica la causa de la excepción.

Vea también

Referencia

clase SPQueryThrottledException

Miembros SPQueryThrottledException

Sobrecarga SPQueryThrottledException

Espacio de nombres Microsoft.SharePoint