DataCacheErrorSubStatus.TagTooLarge Field

 

The specified tag name is too large. The name 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 TagTooLarge
public:
literal int TagTooLarge
static val mutable TagTooLarge : int
Public Const TagTooLarge As Integer

Field Value

Type: System.Int32

See Also

DataCacheErrorSubStatus Class
Microsoft.ApplicationServer.Caching Namespace

Return to top