SqlRetryingEventArgs(Int32, TimeSpan, IList<Exception>) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
다음 반복이 호출되기 전에 현재 스레드가 일시 중단되는 기간을 나타내는 지연입니다.