Partager via


NoRetryPolicy.ShouldRetry(Int32, Exception) Méthode

Définition

Retourne toujours false

public override bool ShouldRetry (int httpCode, Exception ex);
override this.ShouldRetry : int * Exception -> bool
Public Overrides Function ShouldRetry (httpCode As Integer, ex As Exception) As Boolean

Paramètres

httpCode
Int32

Code HTTP

ex
Exception

Dernière exception que nous avons observée pendant Httprequest

Retours

S’applique à