DataCacheException Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Used for cache-related exceptions.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataCacheException
    Inherits Exception
    Implements ISerializable
'Usage
Dim instance As DataCacheException
[SerializableAttribute] 
public class DataCacheException : Exception, ISerializable
[SerializableAttribute] 
public ref class DataCacheException : public Exception, ISerializable
/** @attribute SerializableAttribute() */ 
public class DataCacheException extends Exception implements ISerializable
SerializableAttribute 
public class DataCacheException extends Exception implements ISerializable

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.Data.Caching.DataCacheException

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

DataCacheException Members
Microsoft.Data.Caching Namespace