C# Class Polly.Timeout.TimeoutRejectedException

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

Public Methods

Method Description
TimeoutRejectedException ( ) : System

Initializes a new instance of the TimeoutRejectedException class.

TimeoutRejectedException ( String message ) : System

Initializes a new instance of the TimeoutRejectedException class.

TimeoutRejectedException ( String message, Exception innerException ) : System

Initializes a new instance of the TimeoutRejectedException class.

Protected Methods

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

Initializes a new instance of the TimeoutRejectedException class.

Method Details

TimeoutRejectedException() public method

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

TimeoutRejectedException() protected method

Initializes a new instance of the TimeoutRejectedException class.
protected TimeoutRejectedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The information.
context System.Runtime.Serialization.StreamingContext The context.
return System

TimeoutRejectedException() public method

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

TimeoutRejectedException() public method

Initializes a new instance of the TimeoutRejectedException class.
public TimeoutRejectedException ( String message, Exception innerException ) : System
message String The message.
innerException System.Exception The inner exception.
return System