ConfigStoreException Class
An exception that should be thrown from an implementation of the ICustomProvider interface. Applies only to the server versions of AppFabric.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.ApplicationServer.Caching.ConfigStoreException
Syntax
[SerializableAttribute]
public class ConfigStoreException : Exception
[SerializableAttribute]
public ref class ConfigStoreException : Exception
[<SerializableAttribute>]
type ConfigStoreException =
class
inherit Exception
end
<SerializableAttribute>
Public Class ConfigStoreException
Inherits Exception
Constructors
Name | Description | |
---|---|---|
ConfigStoreException() | Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric. |
|
ConfigStoreException(SerializationInfo, StreamingContext) | Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric. |
|
ConfigStoreException(String) | Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric. |
|
ConfigStoreException(String, Exception) | Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric. |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) |
|
HelpLink | (Inherited from Exception.) |
|
HResult | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | (Inherited from Exception.) |
|
Source | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetBaseException() | (Inherited from Exception.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
|
GetType() | (Inherited from Exception.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Exception.) |
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Remarks
This exception is reserved for custom providers for the cache cluster configuration store.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ApplicationServer.Caching Namespace
Return to top