Partager via


SqlRetryingEventArgs(Int32, TimeSpan, IList<Exception>) Constructeur

Définition

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.

exceptions
IList<Exception>

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.

S’applique à