Share via


DataCacheErrorCode.MaxNamedCacheCountExceeded Field

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

The named cache count exceeded the maximum value; integer value equals 12.

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

Syntax

'Declaration
Public Const MaxNamedCacheCountExceeded As Integer
'Usage
Dim value As Integer

value = DataCacheErrorCode.MaxNamedCacheCountExceeded
public const int MaxNamedCacheCountExceeded
public:
literal int MaxNamedCacheCountExceeded
public static final int MaxNamedCacheCountExceeded
public const var MaxNamedCacheCountExceeded : int

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace