Polly.Timeout.TimeoutRejectedException.TimeoutRejectedException C# (CSharp) Method

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
        public TimeoutRejectedException(String message, Exception innerException) : base(message, innerException)
        {
        }

Same methods

TimeoutRejectedException::TimeoutRejectedException ( ) : System
TimeoutRejectedException::TimeoutRejectedException ( SerializationInfo info, StreamingContext context ) : System
TimeoutRejectedException::TimeoutRejectedException ( String message ) : System
TimeoutRejectedException