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