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