CachingException Constructor |
Name | Description | |
---|---|---|
CachingException() |
Initializes a new CachingException with the default error message.
| |
CachingException(String) |
Initializes a new CachingException with a given error message.
| |
CachingException(SerializationInfo, StreamingContext) |
Deserialization constructor.
| |
CachingException(String, Exception) |
Initializes a new CachingException with a given error message and inner Exception.
|