DataCacheException.SubStatus 属性

所遇到异常的 DataCacheErrorSubstatus

命名空间: Microsoft.ApplicationServer.Caching
汇编: Microsoft.ApplicationServer.Caching.Core(在 microsoft.applicationserver.caching.core.dll 中)

用法

语法

声明
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

属性值

表示异常子状态的 Int32

备注

有关详细信息,请参阅处理错误(AppFabric 缓存客户端)

线程安全

此类型的任何公共静态( Visual Basic 中为共享)成员都是线程安全的。不能保证任何实例成员都具有线程安全性。

平台

开发平台

Visual Studio 2010 及更高版本, .NET Framework 4

目标平台

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

另请参阅

参考

DataCacheException 类
DataCacheException 成员
Microsoft.ApplicationServer.Caching 命名空间