Freigeben über


RetryPolicy.IsRetryableException(Exception) Methode

Definition

Bestimmt, ob die Ausnahme wiederholt werden kann.

public virtual bool IsRetryableException (Exception exception);
abstract member IsRetryableException : Exception -> bool
override this.IsRetryableException : Exception -> bool
Public Overridable Function IsRetryableException (exception As Exception) As Boolean

Parameter

exception
Exception

Gibt zurück

Ein Bool, der angibt, ob der Vorgang wiederholt werden kann.

Gilt für: