Share via


NoRetryPolicy.ShouldRetry(Int32, Exception) Method

Definition

Returns false always

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

Parameters

httpCode
Int32

Http Code

ex
Exception

Last exception that we saw during Httprequest

Returns

Applies to