Share via


RetryPolicy.IsRetryableException(Exception) Methode

Definition

Bestimmt, ob die Ausnahme wiederholt werden kann.

public static bool IsRetryableException (Exception exception);
static member IsRetryableException : Exception -> bool
Public Shared 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: