DataCacheException Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Used for cache-related exceptions.
The following tables list the members exposed by the DataCacheException type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
DataCacheException | Overloaded. Initializes a new instance of the DataCacheException class. |
Top
Protected Constructors
Name | Description | |
---|---|---|
DataCacheException | Overloaded. Initializes a new instance of the DataCacheException class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | The integer used to identify the type of exception encountered. | |
HelpLink | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | Overridden. The description of the exception encountered. | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Protected Properties
Name | Description | |
---|---|---|
HResult | (Inherited from Exception.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Overridden. The interface that is used for serialization. | |
GetType | (Inherited from Exception.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top