Exception thrown by PostSharp.Patterns.Caching.
Implements
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public class CachingException : Exception, ISerializableConstructors
| Name | Description |
|---|---|
| CachingException() | Initializes a new CachingException with the default error message. |
| CachingException(SerializationInfo, StreamingContext) | Deserialization constructor. |
| CachingException(string) | Initializes a new CachingException with a given error message. |
| CachingException(string, Exception) | Initializes a new CachingException with a given error message and inner Exception. |