다음을 통해 공유


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>

재시도 논리가 함수를 다시 실행하게 한 첫 번째 재시도 이후의 예외 목록입니다.

적용 대상