InvalidCacheItemException Class |
Exception thrown by a caching back-end during cache item retrieval (e.g. when the cached data cannot be serialized by the current object model).
Throwing this exception causes removal of the invalid item.

System.Object
System.Exception
PostSharp.Patterns.Caching.CachingException
PostSharp.Patterns.Caching.InvalidCacheItemException
System.Exception
PostSharp.Patterns.Caching.CachingException
PostSharp.Patterns.Caching.InvalidCacheItemException
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.6.14.0 (6.6.14.0)

C#
[SerializableAttribute] public class InvalidCacheItemException : CachingException

Name | Description | |
---|---|---|
![]() | InvalidCacheItemException() |
Initializes a new InvalidCacheItemException with the default error message.
|
![]() | InvalidCacheItemException(String) |
Initializes a new InvalidCacheItemException with a given error message.
|
![]() | InvalidCacheItemException(SerializationInfo, StreamingContext) |
Deserialization constructor.
|
![]() | InvalidCacheItemException(String, Exception) |
Initializes a new InvalidCacheItemException with a given error message and inner Exception.
|
