C# Класс Spring.Retry.Retry.Backoff.BackOffInterruptedException

Exception class signifiying that an attempt to back off using a IBackOffPolicy was interrupted, most likely by an ThreadInterruptedException during a call to Thread.Sleep(int).
Наследование: RetryException
Показать файл Открыть проект

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

Метод Описание
BackOffInterruptedException ( string msg ) : System

Initializes a new instance of the BackOffInterruptedException class.

BackOffInterruptedException ( string msg, Exception cause ) : System

Initializes a new instance of the BackOffInterruptedException class.

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

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

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

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

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