Jaa


ConfigStoreException Constructor (String, Exception)

Creates a new instance of the ConfigStoreException class.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)

Usage

'Usage
Dim message As String
Dim inner As Exception

Dim instance As New ConfigStoreException(message, inner)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public ConfigStoreException (
    string message,
    Exception inner
)
public:
ConfigStoreException (
    String^ message, 
    Exception^ inner
)
public ConfigStoreException (
    String message, 
    Exception inner
)
public function ConfigStoreException (
    message : String, 
    inner : Exception
)

Parameters

  • message
    The message string that describes the error.
  • inner
    The inner exception that caused the current exception.

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

ConfigStoreException Class
ConfigStoreException Members
Microsoft.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26