The following tables list the members exposed by ItemExpiredException.
Public Constructors
Name | Description | |
---|---|---|
ItemExpiredException | Initializes a new instance of the ItemExpiredException class with the specified cache item identifier, region name and error message. |
Public Methods
Name | Description | |
---|---|---|
GetObjectData | Overrides System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext). |
Public Properties
Name | Description | |
---|---|---|
Key | Unique identifier of the cache item that has been expired. | |
Message | Message that describes the current exception. | |
RegionName | Cache region name of the item that has been expired. |