Initializes a new instance of the ItemExpiredException class with the specified cache item identifier, region name and error message.
| Overload | Description | 
|---|---|
| ItemExpiredException() | Initializes a new instance of the ItemExpiredException class with default values. | 
| ItemExpiredException(SerializationInfo,StreamingContext) | Initializes a new instance of the ItemExpiredException class with serialized data. | 
| ItemExpiredException(string) | Initializes a new instance of the ItemExpiredException class with the specified error message. | 
| ItemExpiredException(string,Exception) | Initializes a new instance of the ItemExpiredException class with the specified error message and inner exception. | 
| ItemExpiredException(string,string) | Initializes a new instance of the ItemExpiredException class with the specified cache item identifier and region name. | 
| ItemExpiredException(string,string,string) | Initializes a new instance of the ItemExpiredException class with the specified cache item identifier, region name and error message. |