PexAllowedContractRequiresFailureAttribute.AcceptInnerException Property

Definition

Gets or sets a value indicating whether inner exception should be inspected.

public:
 virtual property bool AcceptInnerException { bool get(); void set(bool value); };
public override bool AcceptInnerException { get; set; }
member this.AcceptInnerException : bool with get, set
Public Overrides Property AcceptInnerException As Boolean

Property Value

true if accept inner exception; otherwise, false.

Applies to