C# Class Dolittle.Services.ReverseCallDispatcherAlreadyRejected

Exception that gets thrown when ReverseCallDispatcher{TClientMessage, TServerMessage, TConnectArguments, TConnectResponse, TRequest, TResponse}.Reject(TConnectResponse, System.Threading.CancellationToken) is called more than once.
Inheritance: Exception
Show file Open project: dolittle-obsolete/DotNET.Fundamentals

Public Methods

Method Description
ReverseCallDispatcherAlreadyRejected ( ) : System

Initializes a new instance of the ReverseCallDispatcherAlreadyRejected class.

Method Details

ReverseCallDispatcherAlreadyRejected() public method

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