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
strMessage
Type: System.StringA mensagem que descreve o erro.
errorCode
Type: System.Int32Um inteiro que identifica a causa da exceção.
Ver também
Referência
SPQueryThrottledException class
SPQueryThrottledException members