InvalidAnnotationException Constructor (String, Exception) |
Initializes a new InvalidAnnotationException with a specified exception message
and inner Exception.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public InvalidAnnotationException( string message, Exception inner )
Parameters
- message
- Type: System.String
Exception message. - inner
- Type: System.Exception
Inner exception.