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)
Syntax
public DataCacheException(
string message
)
public:
DataCacheException(
String^ message
)
new :
message:string -> DataCacheException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe message describing the exception.
See Also
DataCacheException Overload
DataCacheException Class
Microsoft.ApplicationServer.Caching Namespace
Return to top