Share via


SPQueryThrottledException class

A exceção que é lançada quando a operação tentada excede o limite do modo de exibição de lista definido pelo administrador.

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.SPException
        Microsoft.SharePoint.SPQueryThrottledException

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

Syntax

'Declaração
<SerializableAttribute> _
Public NotInheritable Class SPQueryThrottledException _
    Inherits SPException
'Uso
Dim instance As SPQueryThrottledException
[SerializableAttribute]
public sealed class SPQueryThrottledException : SPException

Comentários

Um administrador de farm pode configurar um limite de exibição de lista que limita o número de itens de lista que podem ser incluídos nos resultados retornados por uma consulta.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SPQueryThrottledException members

Microsoft.SharePoint namespace