DataCacheErrorCode Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
A static class used to store global error codes.
Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)
Syntax
'Declaration
Public NotInheritable Class DataCacheErrorCode
'Usage
The members of a static class are accessed directly without an instance of the class.
public static class DataCacheErrorCode
public ref class DataCacheErrorCode abstract sealed
public final class DataCacheErrorCode
public final class DataCacheErrorCode
Inheritance Hierarchy
System.Object
Microsoft.Data.Caching.DataCacheErrorCode
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.