DataCacheErrorCode.KeyDoesNotExist Field

 

An object cached with the specified key does not exist in the cache or region.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public const int KeyDoesNotExist
public:
literal int KeyDoesNotExist
static val mutable KeyDoesNotExist : int
Public Const KeyDoesNotExist As Integer

Field Value

Type: System.Int32

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top