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.