PexAllowedContractRequiresFailureAttribute.OnlyAtTypeUnderTestSurface Property

Definition

Gets or sets whether this exception validator only applies to exceptions that have been thrown at the surface of the type-under-test.

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

Property Value

Returns Boolean.

Applies to