PexRetryException.RetryId Property

Definition

Identifier of the point of retry. May be used to detect if we get stuck in a loop. (Each retryid may only be used once in each path.)

public:
 property System::Object ^ RetryId { System::Object ^ get(); void set(System::Object ^ value); };
public object RetryId { get; set; }
member this.RetryId : obj with get, set
Public Property RetryId As Object

Property Value

The retry id.

Applies to