Table of Contents

Class BulkheadRejectedException

Namespace
Polly.Bulkhead
Assembly
Polly.dll
public class BulkheadRejectedException : ExecutionRejectedException, ISerializable, _Exception
Inheritance
BulkheadRejectedException
Implements
Inherited Members
Extension Methods

Constructors

BulkheadRejectedException()

public BulkheadRejectedException()

BulkheadRejectedException(string)

public BulkheadRejectedException(string message)

Parameters

message string

BulkheadRejectedException(string, Exception)

public BulkheadRejectedException(string message, Exception innerException)

Parameters

message string
innerException Exception