Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Class CachingException

Exception thrown by Metalama.Patterns.Caching.

Inheritance
CachingException
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.

Extension Methods

  • Navigation