Open sandboxFocus

Constructor InvalidCacheItemException

InvalidCacheItemException()

Initializes a new instance of the InvalidCacheItemException class with the default error message.

Declaration
public InvalidCacheItemException()

InvalidCacheItemException(string)

Initializes a new instance of the InvalidCacheItemException class 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 instance of the InvalidCacheItemException class 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)

Initializes a new instance of the InvalidCacheItemException class.

Declaration
protected InvalidCacheItemException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context