InvalidCacheItemException()
Initializes a new InvalidCacheItemException with the default error message.
Declaration
public InvalidCacheItemException()
InvalidCacheItemException(string)
Initializes a new InvalidCacheItemException with a given error message.
Declaration
public InvalidCacheItemException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
InvalidCacheItemException(string, Exception)
Initializes a new InvalidCacheItemException with a given error message and inner Exception.
Declaration
public InvalidCacheItemException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
Exception | inner | The inner exception. |
InvalidCacheItemException(SerializationInfo, StreamingContext)
Deserialization constructor.
Declaration
protected InvalidCacheItemException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |