InvalidCacheItemException Class |
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.8.6.0 (6.8.6.0)
[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.
|