Clase SPDistributedCacheServerThrottledException
Las aplicaciones que se obtiene este error están intentando escribir datos en los hosts de caché que están muy pocos memoria.
Jerarquía de la herencia
System.Object
System.Exception
Microsoft.SharePoint.DistributedCaching.SPDistributedCacheException
Microsoft.SharePoint.DistributedCaching.SPDistributedCacheServerThrottledException
Espacio de nombres: Microsoft.SharePoint.DistributedCaching
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPDistributedCacheServerThrottledException _
Inherits SPDistributedCacheException
'Uso
Dim instance As SPDistributedCacheServerThrottledException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPDistributedCacheServerThrottledException : SPDistributedCacheException
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.