Partager via


RetryPolicy.IsRetryableException(Exception) Méthode

Définition

Détermine si l’exception peut être retentée ou non.

public static bool IsRetryableException (Exception exception);
static member IsRetryableException : Exception -> bool
Public Shared Function IsRetryableException (exception As Exception) As Boolean

Paramètres

exception
Exception

Retours

Bool indiquant si l’opération peut être retentée ou non.

S’applique à