DataCacheException Constructor
Initializes a new instance of the DataCacheException class.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| 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. |
Show:

