PexAllowedContractRequiresFailureAtTypeUnderTestSurfaceAttribute.OnlyAtTypeUnderTestSurface Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.