Dela via


BotFrameworkHttpStatusCodeErrorDetectionStrategy.IsTransient Metod

Definition

Returnerar true om statuskoden i undantaget HttpRequestExceptionWithStatus är RequestTimeout, TooManyRequests, NotFound eller större än eller lika med 500 och inte NotImplemented (501) eller HttpVersionNotSupported (505).

public bool IsTransient (Exception ex);
abstract member IsTransient : Exception -> bool
override this.IsTransient : Exception -> bool
Public Function IsTransient (ex As Exception) As Boolean

Parametrar

ex
Exception

Undantag att kontrollera mot.

Returer

Sant om undantaget är tillfälligt annars falskt.

Implementeringar

Microsoft.Rest.TransientFaultHandling.ITransientErrorDetectionStrategy.IsTransient(System.Exception)

Gäller för