C# 클래스 Catel.ExceptionHandling.RetryingEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
RetryingEventArgs ( int currentRetryCount, System.TimeSpan delay, Exception lastException ) : System

Initializes a new instance of the RetryingEventArgs class.

메소드 상세

RetryingEventArgs() 공개 메소드

Initializes a new instance of the RetryingEventArgs class.
The is null.
public RetryingEventArgs ( int currentRetryCount, System.TimeSpan delay, Exception lastException ) : System
currentRetryCount int The current retry attempt count.
delay System.TimeSpan The delay that indicates how long the current thread will be suspended before the next iteration is invoked.
lastException System.Exception The exception that caused the retry conditions to occur.
리턴 System