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

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

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

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

Описание методов

ExhaustedRetryException() публичный Метод

Initializes a new instance of the ExhaustedRetryException class.
public ExhaustedRetryException ( string msg ) : System
msg string The msg.
Результат System

ExhaustedRetryException() публичный Метод

Initializes a new instance of the ExhaustedRetryException class.
public ExhaustedRetryException ( string msg, Exception cause ) : System
msg string The msg.
cause System.Exception The cause.
Результат System