Share via


RetryOptions.Handle Property

Definition

Gets or sets a delegate to call on exception to determine if retries should proceed.

public Func<Exception,bool> Handle { get; set; }
member this.Handle : Func<Exception, bool> with get, set
Public Property Handle As Func(Of Exception, Boolean)

Property Value

The delegate to handle exception to determine if retries should proceed.

Applies to