DataCacheException Constructor (String)
Initializes a new instance of the DataCacheException class; allows you to provide a message with the exception.
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 DataCacheException(message)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public DataCacheException (
string message
)
public:
DataCacheException (
String^ message
)
public DataCacheException (
String message
)
public function DataCacheException (
message : String
)
Parameters
- message
The message describing the 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
DataCacheException Class
DataCacheException Members
Microsoft.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26