Compartilhar via


SPQueryThrottledException constructor (String, Int32)

Inicializa uma nova instância da classe SPQueryThrottleException com uma mensagem de erro especificada e um código de erro.

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

Syntax

'Declaração
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

  • errorCode
    Type: System.Int32

    Um inteiro que identifica a causa da exceção.

Ver também

Referência

SPQueryThrottledException class

SPQueryThrottledException members

SPQueryThrottledException overload

Microsoft.SharePoint namespace