SPQueryThrottledException constructor (String)
Inicializa uma nova instância da classe SPQueryThrottleException com uma mensagem de erro especificado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New SPQueryThrottledException(message)
public SPQueryThrottledException(
string message
)
Parâmetros
message
Type: System.StringA mensagem que descreve o erro.
Ver também
Referência
SPQueryThrottledException class
SPQueryThrottledException members