Class CachingException
Exception thrown by PostSharp.Patterns.Caching
.
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public class CachingException : Exception
Constructors
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. |