Udostępnij za pośrednictwem


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

Definicja

Inicjuje nowe wystąpienie klasy 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))

Parametry

retryCount
Int32

Bieżąca liczba ponownych prób.

delay
TimeSpan

Opóźnienie wskazujące, jak długo bieżący wątek zostanie zawieszony przed wywołaniem następnej iteracji.

exceptions
IList<Exception>

Lista wyjątków od pierwszego ponawiania, które spowodowały ponowne wykonanie funkcji przez logikę ponawiania prób.

Dotyczy