DataCacheException.SubStatus Property
The DataCacheErrorSubstatus of the exception encountered.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)
Usage
'Usage
Dim instance As DataCacheException
Dim value As Integer
value = instance.SubStatus
Syntax
'Declaration
Public ReadOnly Property SubStatus As Integer
public int SubStatus { get; }
public:
property int SubStatus {
int get ();
}
/** @property */
public int get_SubStatus ()
public function get SubStatus () : int
Property Value
An Int32 indicating the exception substatus.
Remarks
For more information, see Handling Errors (AppFabric Cache Client).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Visual Studio 2010 and later, .NET Framework 4
Target Platforms
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
See Also
Reference
DataCacheException Class
DataCacheException Members
Microsoft.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26