Share via


SqlRetryLogicBase.TransientPredicate Property

Definition

Delegate to a transient condition predicate. The function that this delegate points to must return a true value when an expected transient exception happens.

public:  property Predicate<Exception ^> ^ TransientPredicate {  public:
Predicate<Exception ^> ^ get(); protected:
 void set(Predicate<Exception ^> ^ value); };
public Predicate<Exception> TransientPredicate { get; protected set; }
member this.TransientPredicate : Predicate<Exception> with get, set
Public Property TransientPredicate As Predicate(Of Exception)

Property Value

Predicate<T> value that delegates to a function that receives a Exception input parameter.

Applies to