Share via


DataCacheErrorCode.RegionAlreadyExists Field

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

The region already exists; integer value equals 9.

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

Syntax

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

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

Remarks

Region names must be unique within each named cache. For more information about regions, see Logical Model (Velocity).

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace