次の方法で共有


SqlRetryingEventArgs(Int32, TimeSpan, IList<Exception>) コンストラクター

定義

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))

パラメーター

retryCount
Int32

現在の再試行回数。

delay
TimeSpan

次のイテレーションが呼び出されるまでに現在のスレッドが中断される時間を示す遅延。

exceptions
IList<Exception>

再試行ロジックが関数を再実行する原因となった最初の再試行以降の例外の一覧。

適用対象