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
message
Type: System.StringA mensagem que descreve o erro.
innerException
Type: System.ExceptionA 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