C# Class Spring.Retry.Retry.ExhaustedRetryException

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

Public Methods

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

Method Details

ExhaustedRetryException() public method

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

ExhaustedRetryException() public method

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