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 では Shared ) メンバーはスレッド セーフです。インスタンスのメンバーはいずれも、スレッド セーフである保証はありません。
プラットフォーム
開発プラットフォーム
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 名前空間