AssertionFailedException Constructor (String, Exception) |
Initializes a new AssertionFailedException and specifies the error message and the inner Exception.
Namespace: PostSharp.Patterns
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public AssertionFailedException( string message, Exception inner )
Parameters
- message
- Type: System.String
- inner
- Type: System.Exception