C# Класс Polly.Bulkhead.BulkheadRejectedException

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

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

Метод Описание
BulkheadRejectedException ( ) : System

Initializes a new instance of the BulkheadRejectedException class.

BulkheadRejectedException ( String message ) : System

Initializes a new instance of the BulkheadRejectedException class.

BulkheadRejectedException ( String message, Exception innerException ) : System

Initializes a new instance of the BulkheadRejectedException class.

Защищенные методы

Метод Описание
BulkheadRejectedException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the BulkheadRejectedException class.

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

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

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

BulkheadRejectedException() защищенный Метод

Initializes a new instance of the BulkheadRejectedException class.
protected BulkheadRejectedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The information.
context System.Runtime.Serialization.StreamingContext The context.
Результат System

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

Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException ( String message ) : System
message String The message.
Результат System

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

Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException ( String message, Exception innerException ) : System
message String The message.
innerException System.Exception The inner exception.
Результат System