SqlRetryingEventArgs(Int32, TimeSpan, IList<Exception>) Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.
Lista de excepciones desde el primer reintento que provocó que la lógica de reintento vuelva a ejecutar la función.