Partilhar via


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

Definição

Inicializa uma nova instância da 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))

Parâmetros

retryCount
Int32

A contagem de tentativas de repetição atual.

delay
TimeSpan

O atraso que indica por quanto tempo o thread atual será suspenso antes da próxima iteração ser invocada.

exceptions
IList<Exception>

A lista de exceções desde a primeira repetição que fez com que a lógica de repetição executasse novamente a função.

Aplica-se a