CachingException Constructor (String, Exception) |
Initializes a new CachingException with a given error message and inner Exception.
Namespace: PostSharp.Patterns.Caching
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public CachingException( string message, Exception inner )
Parameters
- message
- Type: System.String
The error message. - inner
- Type: System.Exception
The inner exception.
