Microsoft.SharePoint.DistributedCaching namespace
SharePoint 2013
| Class | Description | |
|---|---|---|
|
SPDistributedCacheClientRequestTimeOutException | Retry |
|
SPDistributedCacheClusterDownException | cache cluster is down |
|
SPDistributedCacheConnectionTerminatedException | 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. |
|
SPDistributedCachedObjectAlreadyLockedException | Object Already lock Exception. |
|
SPDistributedCachedObjectDecryptionFailedException | Decryption Failed Exception. |
|
SPDistributedCachedObjectEncryptionFailedException | Encryption Failed Exception. |
|
SPDistributedCachedObjectNotLockedException | Object is not locked Exception. |
|
SPDistributedCachedObjectNotSerializableException | Object not Serializable Exception |
|
SPDistributedCacheDuplicateKeyException | Duplicate Key Exception. |
|
SPDistributedCacheException | Exception class for Distibuted caching |
|
SPDistributedCacheGenericException | Generic Exception |
|
SPDistributedCacheInvalidCacheLockHandleException | Invalid Cache Lock Handle Exception. |
|
SPDistributedCacheKeyNotFoundException | Key Not found Exception. |
|
SPDistributedCacheNotEnoughCacheHostsPresentException | This error indicates that a cache is read only, because there are not enough cache hosts to comply with the high availability requirements |
|
SPDistributedCacheRegionAlreadyExistsException | Region Already Exists Exception. |
|
SPDistributedCacheRegionNotFoundException | Region not found Exception. |
|
SPDistributedCacheServerStillConfiguringException | This error can occur during reconfiguration scenarios on the cache cluster. |
|
SPDistributedCacheServerThrottledException | Applications that get this error are trying to write data to cache hosts that are critically low on memory. |
Show: