C# Class Spring.Retry.Retry.TerminatedRetryException

Terminated Retry Exception
Inheritance: RetryException
ファイルを表示 Open project: spring-projects/spring-net-retry

Public Methods

Method Description
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.

Method Details

TerminatedRetryException() public method

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

TerminatedRetryException() public method

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