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 Predicate<Exception> TransientPredicate { get; protected set; }
member this.TransientPredicate : Predicate<Exception> with get, set
Public Property TransientPredicate As Predicate(Of Exception)

Property Value

Predicate<Exception>

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

Applies to