Freigeben über


ResponseClassifier.IsRetriable(HttpMessage, Exception) Methode

Definition

Gibt an, ob der Vorgang, der die Ausnahme verursacht hat, unter Berücksichtigung des HttpMessage wiederholt werden soll.

public virtual bool IsRetriable (Azure.Core.HttpMessage message, Exception exception);
abstract member IsRetriable : Azure.Core.HttpMessage * Exception -> bool
override this.IsRetriable : Azure.Core.HttpMessage * Exception -> bool
Public Overridable Function IsRetriable (message As HttpMessage, exception As Exception) As Boolean

Parameter

message
HttpMessage
exception
Exception

Gibt zurück

Gilt für: