Table of Contents

Class UnsupportedMethodException

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

Thrown when the model receives an RPC request it cannot satisfy.

[Serializable]
public class UnsupportedMethodException : NotSupportedException, ISerializable, _Exception
Inheritance
UnsupportedMethodException
Implements
Inherited Members

Constructors

UnsupportedMethodException(string)

public UnsupportedMethodException(string methodName)

Parameters

methodName string

Properties

MethodName

The name of the RPC request that could not be sent.

public string MethodName { get; }

Property Value

string