Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Cache Excpetion returned to the client in case the server had a problem. The original exception is transferred as innerException

Namespace:  SharedCache.WinServiceCommon
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
[SerializableAttribute]
public class CacheException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CacheException
Visual C++
[SerializableAttribute]
public ref class CacheException

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.CacheException"]

Inheritance Hierarchy

System..::.Object
  SharedCache.WinServiceCommon..::.CacheException

See Also