ConfigStoreException クラス

ICustomProvider インターフェイスの実装からスローされる例外です。

名前空間: Microsoft.ApplicationServer.Caching
アセンブリ: Microsoft.ApplicationServer.Caching.Core (microsoft.applicationserver.caching.core.dll)

使用法

構文

'宣言
<SerializableAttribute> _
Public Class ConfigStoreException
    Inherits Exception
[SerializableAttribute] 
public class ConfigStoreException : Exception
[SerializableAttribute] 
public ref class ConfigStoreException : public Exception
/** @attribute SerializableAttribute() */ 
public class ConfigStoreException extends Exception
SerializableAttribute 
public class ConfigStoreException extends Exception

解説

この例外は、キャッシュ クラスター構成ストアのカスタム プロバイダー用に予約されています。

継承の階層

System.Object
   System.Exception
    Microsoft.ApplicationServer.Caching.ConfigStoreException

スレッド セーフ

この型のパブリック静的 (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

関連項目

参照

ConfigStoreException メンバー
Microsoft.ApplicationServer.Caching 名前空間