PostconditionFailedException Constructor (String, Exception) |
Initializes a new instance of the PostconditionFailedException class with a specified error message
and a reference to the inner exception that is the cause of this exception.
Namespace: PostSharp.Patterns.Contracts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public PostconditionFailedException( string message, Exception innerException )
Parameters
- message
- Type: System.String
Exception message. - innerException
- Type: System.Exception
Inner exception.