DataCacheException.SubStatus Property

 

The T:Microsoft.ApplicationServer.Caching.DataCacheErrorSubstatus of the exception encountered.

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

Syntax

public int SubStatus { get; }
public:
property int SubStatus {
    int get();
}
member SubStatus : int with get
Public ReadOnly Property SubStatus As Integer

Property Value

Type: System.Int32

An Int32 indicating the exception substatus.

See Also

DataCacheException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top