DataCacheErrorSubStatus.KeyTooLarge Field

 

The specified key name is too large. The key size is calculated after serialization and UTF-8 encoding of the string. It must be less than 65 KB.

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

Syntax

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

Field Value

Type: System.Int32

See Also

DataCacheErrorSubStatus Class
Microsoft.ApplicationServer.Caching Namespace

Return to top