PexSettingsAttributeBase.MaxExceptions Property

Definition

A named parameter that specifies the maximum number of new exceptions before stopping.

public:
 property int MaxExceptions { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(2147483647)]
[System.ComponentModel.Description("Maximum number of new exceptions before stopping")]
public int MaxExceptions { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(2147483647)>]
[<System.ComponentModel.Description("Maximum number of new exceptions before stopping")>]
member this.MaxExceptions : int with get, set
Public Property MaxExceptions As Integer

Property Value

The maximum number of new exceptions before stopping.

Attributes

Applies to