SPDistributedCacheConnectionTerminatedException class

This error occurs when an existing connection is unexpectedly closed between an application and the cache cluster. One common cause of this exception is when a cache host is shutdown. Network errors could also result in terminating the connection.

Inheritance hierarchy

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

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

Syntax

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

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.

See also

Reference

SPDistributedCacheConnectionTerminatedException members

Microsoft.SharePoint.DistributedCaching namespace