Class UnexpectedMethodException
- Namespace
- RabbitMQ.Client.Exceptions
- Assembly
- RabbitMQ.Client.dll
Thrown when the model receives an RPC reply that it wasn't expecting.
public class UnexpectedMethodException : ProtocolViolationException, ISerializable- Inheritance
- 
      
      
      
      
      UnexpectedMethodException
- Implements
- Inherited Members
Constructors
UnexpectedMethodException(IMethod)
public UnexpectedMethodException(IMethod method)Parameters
- methodIMethod
Properties
Method
The unexpected reply method.
public IMethod Method { get; }