C# 클래스 Spring.Retry.Retry.ExhaustedRetryException

Exhausted Retry Exception
상속: RetryException
파일 보기 프로젝트 열기: spring-projects/spring-net-retry

공개 메소드들

메소드 설명
ExhaustedRetryException ( string msg ) : System

Initializes a new instance of the ExhaustedRetryException class.

ExhaustedRetryException ( string msg, Exception cause ) : System

Initializes a new instance of the ExhaustedRetryException class.

메소드 상세

ExhaustedRetryException() 공개 메소드

Initializes a new instance of the ExhaustedRetryException class.
public ExhaustedRetryException ( string msg ) : System
msg string The msg.
리턴 System

ExhaustedRetryException() 공개 메소드

Initializes a new instance of the ExhaustedRetryException class.
public ExhaustedRetryException ( string msg, Exception cause ) : System
msg string The msg.
cause System.Exception The cause.
리턴 System