Clase SPDistributedCacheRegionNotFoundException
No se encontró excepción de región.
Jerarquía de la herencia
System.Object
System.Exception
Microsoft.SharePoint.DistributedCaching.SPDistributedCacheException
Microsoft.SharePoint.DistributedCaching.SPDistributedCacheRegionNotFoundException
Espacio de nombres: Microsoft.SharePoint.DistributedCaching
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class SPDistributedCacheRegionNotFoundException _
Inherits SPDistributedCacheException
'Uso
Dim instance As SPDistributedCacheRegionNotFoundException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class SPDistributedCacheRegionNotFoundException : 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.