Compartir a través de


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

Definición

Inicializa una nueva instancia de la clase 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

Recuento de reintentos actual.

delay
TimeSpan

Retraso que indica cuánto tiempo se suspenderá el subproceso actual antes de invocar la siguiente iteración.

exceptions
IList<Exception>

Lista de excepciones desde el primer reintento que provocó que la lógica de reintento vuelva a ejecutar la función.

Se aplica a