SqlServerRetryingExecutionStrategy.ShouldRetryOn(Exception) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si l’exception spécifiée représente un échec temporaire qui peut être compensé par une nouvelle tentative. Des exceptions supplémentaires à retenter peuvent être passées au constructeur.
protected override bool ShouldRetryOn (Exception exception);
override this.ShouldRetryOn : Exception -> bool
Protected Overrides Function ShouldRetryOn (exception As Exception) As Boolean
Paramètres
- exception
- Exception
Objet d’exception à vérifier.
Retours
true
si l’exception spécifiée est considérée comme temporaire, sinon false
.