DataCacheException Constructor (String, Exception)Windows Server AppFabric Caching Compatibility Library
Public constructor.

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

public DataCacheException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The error message.
innerException
Type: SystemException
An inner exception containing additional details about the exception.
See Also

Reference