Table of Contents

Class UnexpectedMethodException

Namespace
RabbitMQ.Client.Exceptions
Assembly
RabbitMQ.Client.dll

Thrown when the model receives an RPC reply that it wasn't expecting.

[Serializable]
public class UnexpectedMethodException : ProtocolViolationException, ISerializable, _Exception
Inheritance
UnexpectedMethodException
Implements
Inherited Members

Constructors

UnexpectedMethodException(IMethod)

public UnexpectedMethodException(IMethod method)

Parameters

method IMethod

Properties

Method

The unexpected reply method.

public IMethod Method { get; }

Property Value

IMethod