SqlRetryingEventArgs(Int32, TimeSpan, IList<Exception>) Constructeur
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.
Initialise une nouvelle instance de la classe SqlRetryingEventArgs.
public:
SqlRetryingEventArgs(int retryCount, TimeSpan delay, System::Collections::Generic::IList<Exception ^> ^ exceptions);
public SqlRetryingEventArgs (int retryCount, TimeSpan delay, System.Collections.Generic.IList<Exception> exceptions);
new Microsoft.Data.SqlClient.SqlRetryingEventArgs : int * TimeSpan * System.Collections.Generic.IList<Exception> -> Microsoft.Data.SqlClient.SqlRetryingEventArgs
Public Sub New (retryCount As Integer, delay As TimeSpan, exceptions As IList(Of Exception))
Paramètres
- retryCount
- Int32
Nombre actuel de nouvelles tentatives.
- delay
- TimeSpan
Délai qui indique la durée pendant laquelle le thread actuel sera suspendu avant l’appel de l’itération suivante.
Liste des exceptions depuis la première nouvelle tentative qui a provoqué la réexécutation de la fonction par la logique de nouvelle tentative.