Aracılığıyla paylaş


BotFrameworkHttpStatusCodeErrorDetectionStrategy Sınıf

Tanım

Bot Framework HTTP Durum kodu hata algılama stratejisi.

public class BotFrameworkHttpStatusCodeErrorDetectionStrategy : Microsoft.Rest.TransientFaultHandling.ITransientErrorDetectionStrategy
type BotFrameworkHttpStatusCodeErrorDetectionStrategy = class
    interface ITransientErrorDetectionStrategy
Public Class BotFrameworkHttpStatusCodeErrorDetectionStrategy
Implements ITransientErrorDetectionStrategy
Devralma
BotFrameworkHttpStatusCodeErrorDetectionStrategy
Uygulamalar
Microsoft.Rest.TransientFaultHandling.ITransientErrorDetectionStrategy

Oluşturucular

BotFrameworkHttpStatusCodeErrorDetectionStrategy()

Bot Framework HTTP Durum kodu hata algılama stratejisi.

Yöntemler

IsTransient(Exception)

HttpRequestExceptionWithStatus özel durumunda durum kodu RequestTimeout, TooManyRequests, NotFound veya 500'den büyük veya 500'e eşitse ve NotImplemented (501) veya HttpVersionNotSupported (505) değilse true döndürür.

Şunlara uygulanır

Ayrıca bkz.

  • <xref:Microsoft.Rest.TransientFaultHandling.ITransientErrorDetectionStrategy>