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. |