Exception thrown by Metalama.Patterns.Caching
.
Implements
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public class CachingException : Exception, ISerializable
Constructors
Name | Description |
---|---|
CachingException() | Initializes a new instance of the CachingException class with the default error message. |
CachingException(SerializationInfo, StreamingContext) | Initializes a new instance of the CachingException class. |
CachingException(string) | Initializes a new instance of the CachingException class with a given error message. |
CachingException(string, Exception) | Initializes a new instance of the CachingException class with a given error message and inner Exception. |