Compartir a través de


Clase SPDistributedCacheNotEnoughCacheHostsPresentException

Este error indica que una memoria caché es de sólo lectura porque no hay suficiente hosts de caché para cumplir con los requisitos de alta disponibilidad

Jerarquía de la herencia

System.Object
  System.Exception
    Microsoft.SharePoint.DistributedCaching.SPDistributedCacheException
      Microsoft.SharePoint.DistributedCaching.SPDistributedCacheNotEnoughCacheHostsPresentException

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 SPDistributedCacheNotEnoughCacheHostsPresentException _
    Inherits SPDistributedCacheException
'Uso
Dim instance As SPDistributedCacheNotEnoughCacheHostsPresentException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPDistributedCacheNotEnoughCacheHostsPresentException : 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.

Vea también

Referencia

Miembros SPDistributedCacheNotEnoughCacheHostsPresentException

Espacio de nombres Microsoft.SharePoint.DistributedCaching