Share via


ExceptionHandlingRetryResult.MaxRetryCount Property

Definition

Gets maximum number of times this exception type needs to be retried before giving up. The default value is int.MaxValue

public int MaxRetryCount { get; }
member this.MaxRetryCount : int
Public ReadOnly Property MaxRetryCount As Integer

Property Value

Max retry count

Applies to