PexRetryException.RetryId 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.
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.