C# Класс Spring.Retry.Retry.TerminatedRetryException

Terminated Retry Exception
Наследование: RetryException
Показать файл Открыть проект

Открытые методы

Метод Описание
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