Table of Contents

Class UnsupportedMethodFieldException

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

Thrown when the model cannot transmit a method field because the version of the protocol the model is implementing does not contain a definition for the field in question.

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

Constructors

UnsupportedMethodFieldException(string, string)

public UnsupportedMethodFieldException(string methodName, string fieldName)

Parameters

methodName string
fieldName string

Properties

FieldName

The name of the unsupported field.

public string FieldName { get; }

Property Value

string

MethodName

The name of the method involved.

public string MethodName { get; }

Property Value

string