C# Class RabbitMQ.Client.Exceptions.UnexpectedMethodException

Thrown when the model receives an RPC reply that it wasn't expecting.
Inheritance: ProtocolViolationException
Show file Open project: rabbitmq/rabbitmq-dotnet-client

Public Methods

Method Description
UnexpectedMethodException ( IMethod method ) : System

Method Details

UnexpectedMethodException() public method

public UnexpectedMethodException ( IMethod method ) : System
method IMethod
return System