C# Class Spring.Retry.Retry.TerminatedRetryException

Terminated Retry Exception
Inheritance: RetryException
Afficher le fichier Open project: spring-projects/spring-net-retry

Méthodes publiques

Méthode 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 méthode

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

TerminatedRetryException() public méthode

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