MetalamaAPI documentationPatterns APIMetalama.​Patterns.​CachingCaching­Exception
Open sandboxFocus

CachingException Class

Exception thrown by Metalama.Patterns.Caching.

Inheritance
System.Object
CachingException
Namespace: Metalama.Patterns.Caching
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public class CachingException : Exception

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 System.Exception.