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
System_CAPS_pubmethod ConfigStoreException()

Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric.

System_CAPS_protmethod ConfigStoreException(SerializationInfo, StreamingContext)

Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric.

System_CAPS_pubmethod ConfigStoreException(String)

Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric.

System_CAPS_pubmethod ConfigStoreException(String, Exception)

Creates a new instance of the ConfigStoreException class. Applies only to the server versions of AppFabric.

Properties

Name Description
System_CAPS_pubproperty Data

(Inherited from Exception.)

System_CAPS_pubproperty HelpLink

(Inherited from Exception.)

System_CAPS_pubproperty HResult

(Inherited from Exception.)

System_CAPS_pubproperty InnerException

(Inherited from Exception.)

System_CAPS_pubproperty Message

(Inherited from Exception.)

System_CAPS_pubproperty Source

(Inherited from Exception.)

System_CAPS_pubproperty StackTrace

(Inherited from Exception.)

System_CAPS_pubproperty TargetSite

(Inherited from Exception.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethod GetType()

(Inherited from Exception.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Exception.)

Events

Name Description
System_CAPS_protevent 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