Share via


DataCacheErrorCode.KeyDoesNotExist Field

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

An object cached with the specified key does not exist in the cache or region; integer value equals 8.

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

Syntax

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

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

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace