Table of Contents

Class BulkheadRejectedException

Namespace
Polly.Bulkhead
Assembly
Polly.dll

Exception thrown when a bulkhead's semaphore and queue are full.

public class BulkheadRejectedException : ExecutionRejectedException, ISerializable
Inheritance
BulkheadRejectedException
Implements
Inherited Members

Constructors

BulkheadRejectedException()

Initializes a new instance of the BulkheadRejectedException class.

public BulkheadRejectedException()

BulkheadRejectedException(SerializationInfo, StreamingContext)

Initializes a new instance of the BulkheadRejectedException class.

protected BulkheadRejectedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The information.

context StreamingContext

The context.

BulkheadRejectedException(string)

Initializes a new instance of the BulkheadRejectedException class.

public BulkheadRejectedException(string message)

Parameters

message string

The message.

BulkheadRejectedException(string, Exception)

Initializes a new instance of the BulkheadRejectedException class.

public BulkheadRejectedException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.