ConfigStoreException Constructor (String)

 

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
)
public:
ConfigStoreException(
    String^ exceptionMessage
)
new : 
        exceptionMessage:string -> ConfigStoreException
Public Sub New (
    exceptionMessage As String
)

Parameters

  • exceptionMessage
    Type: System.String

    The message string that describes the error.

See Also

ConfigStoreException Overload
ConfigStoreException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top