ConfigStoreException Constructor (String, Exception)

 

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

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public ConfigStoreException(
    string exceptionMessage,
    Exception inner
)
public:
ConfigStoreException(
    String^ exceptionMessage,
    Exception^ inner
)
new : 
        exceptionMessage:string *
        inner:Exception -> ConfigStoreException
Public Sub New (
    exceptionMessage As String,
    inner As Exception
)

Parameters

  • exceptionMessage
    Type: System.String

    The message string that describes the error.

  • inner
    Type: System.Exception

    The inner exception that caused the current exception.

See Also

ConfigStoreException Overload
ConfigStoreException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top