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

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

공개 메소드들

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

Initializes a new instance of the TerminatedRetryException class.

TerminatedRetryException ( string msg, Exception cause ) : System

Initializes a new instance of the TerminatedRetryException class.

메소드 상세

TerminatedRetryException() 공개 메소드

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

TerminatedRetryException() 공개 메소드

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