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 中为共享)成员都是线程安全的。不能保证任何实例成员都具有线程安全性。
平台
开发平台
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 命名空间