DataCacheException.TrackingId Property

 

The tracking identifier related to the exception. Only valid if tracing is enabled.

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

Syntax

public Guid TrackingId { get; internal set; }
public:
property Guid TrackingId {
    Guid get();
    internal: void set(Guid value);
}
member TrackingId : Guid with get, internal set
Public Property TrackingId As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

Returns Guid.

Remarks

For more information, see .634c0a1b-2ee9-4e6b-ac3e-568e4f519e70

See Also

DataCacheException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top