Partager via


SPDistributedCacheConnectionTerminatedException - Classe

Cette erreur se produit lorsqu'une connexion existante est fermée de manière inattendue entre une application et le cluster de cache. Une cause fréquente de cette exception est lorsqu'un hôte de cache est arrêté. Erreurs réseau risquent également interrompre la connexion.

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.SharePoint.DistributedCaching
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class SPDistributedCacheConnectionTerminatedException _
    Inherits SPDistributedCacheException
'Utilisation
Dim instance As SPDistributedCacheConnectionTerminatedException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class SPDistributedCacheConnectionTerminatedException : SPDistributedCacheException

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

SPDistributedCacheConnectionTerminatedException - Membres

Microsoft.SharePoint.DistributedCaching - Espace de noms