Compartilhar via


SPQueryThrottledException constructor (String, Exception)

Inicializa uma nova instância da classe SPQueryThrottleException com uma mensagem de erro especificada e uma referência à exceção interna que é a causa dessa exceção.

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

Syntax

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception

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

Parâmetros

  • innerException
    Type: System.Exception

    A exceção que é a causa da exceção atual ou a null reference (Nothing in Visual Basic) se nenhuma exceção interna é especificada.

Ver também

Referência

SPQueryThrottledException class

SPQueryThrottledException members

SPQueryThrottledException overload

Microsoft.SharePoint namespace