ConfigStoreException Constructor (String)
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 instance As New ConfigStoreException(message)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public ConfigStoreException (
string message
)
public:
ConfigStoreException (
String^ message
)
public ConfigStoreException (
String message
)
public function ConfigStoreException (
message : String
)
Parameters
- message
The message string that describes the error.
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