C# Class Polly.Bulkhead.BulkheadRejectedException

Inheritance: ExecutionRejectedException
Show file Open project: App-vNext/Polly

Public Methods

Method Description
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.

Protected Methods

Method Description
BulkheadRejectedException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the BulkheadRejectedException class.

Method Details

BulkheadRejectedException() public method

Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException ( ) : System
return System

BulkheadRejectedException() protected method

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.
return System

BulkheadRejectedException() public method

Initializes a new instance of the BulkheadRejectedException class.
public BulkheadRejectedException ( String message ) : System
message String The message.
return System

BulkheadRejectedException() public method

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.
return System