DataCacheException Constructor
Initializes a new instance of the DataCacheException class.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Overload List
Name | Description | |
---|---|---|
DataCacheException() | Initializes a new instance of the DataCacheException class. |
|
DataCacheException(SerializationInfo, StreamingContext) | Initializes a new instance of the DataCacheException class; allows you to provide serialization information with the exception. |
|
DataCacheException(String) | Initializes a new instance of the DataCacheException class; allows you to provide a message with the exception. |
|
DataCacheException(String, Exception) | Initializes a new instance of the DataCacheException class; allows you to provide a message and another exception with the exception. |
See Also
DataCacheException Class
Microsoft.ApplicationServer.Caching Namespace
Return to top