Open sandboxFocus

Class CachingException

Exception thrown by PostSharp.Patterns.Caching.

Inheritance
CachingException
Implements
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public class CachingException : Exception, ISerializable

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.