SqlRetryingEventArgs(Int32, TimeSpan, IList<Exception>) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
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.