DataCacheException クラス
キャッシュ関連の例外に使用します。
名前空間: Microsoft.ApplicationServer.Caching
アセンブリ: Microsoft.ApplicationServer.Caching.Core (microsoft.applicationserver.caching.core.dll)
使用法
構文
'宣言
<SerializableAttribute> _
Public Class DataCacheException
Inherits Exception
Implements ISerializable
[SerializableAttribute]
public class DataCacheException : Exception, ISerializable
[SerializableAttribute]
public ref class DataCacheException : public Exception, ISerializable
/** @attribute SerializableAttribute() */
public class DataCacheException extends Exception implements ISerializable
SerializableAttribute
public class DataCacheException extends Exception implements ISerializable
解説
ErrorCode プロパティは、DataCacheErrorCode クラスのいずれかのエラー コード定数に対応する整数です。SubStatus プロパティは、DataCacheErrorSubStatus クラスのいずれかのサブステータス定数に対応する整数です。例外を処理する方法の詳細については、「エラーの処理 (AppFabric キャッシュ クライアント)」を参照してください。
継承の階層
System.Object
System.Exception
Microsoft.ApplicationServer.Caching.DataCacheException
スレッド セーフ
この型のパブリック静的 (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 メンバー
Microsoft.ApplicationServer.Caching 名前空間