KopenBuy
1-855-856-7678
OndersteuningSupport
Used for cache-related exceptions.
Namespace: Microsoft.ApplicationServer.Caching
The DataCacheException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataCacheException()()()() | Initializes a new instance of the DataCacheException class. |
![]() | DataCacheException(String) | Initializes a new instance of the DataCacheException class; allows you to provide a message with the exception. |
![]() | DataCacheException(SerializationInfo, StreamingContext) | Initializes a new instance of the DataCacheException class; allows you to provide serialization information 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. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | ErrorCode | The integer used to identify the type of exception encountered. |
![]() | HelpLink | A link to help for the exception. (Overrides Exception..::..HelpLink.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | The description of the exception encountered. (Overrides Exception..::..Message.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | SubStatus | The DataCacheErrorSubstatus of the exception encountered. |
![]() | TargetSite | (Inherited from Exception.) |
![]() | TrackingId | The tracking identifier related to the exception. Only valid if tracing is enabled. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | The interface that is used for serialization. (Overrides Exception..::..GetObjectData(SerializationInfo, StreamingContext).) |
![]() | GetType | (Inherited from Exception.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Exception.) |
The ErrorCode property is an integer that corresponds to one of the error code constants in the DataCacheErrorCode class. The SubStatus property is an integer that corresponds to one of the sub-status constants in the DataCacheErrorSubStatus class. For more information on how to handle exceptions, see Handling Errors (AppFabric Cache Client).