InvalidCacheItemException Constructor (String, Exception) |
Initializes a new InvalidCacheItemException with a given error message and inner Exception.
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.7.12.0 (6.7.12.0)
C#
public InvalidCacheItemException( string message, Exception inner )
Parameters
- message
- Type: System.String
The error message. - inner
- Type: System.Exception
The inner exception.