Class UnsupportedMethodException
- Namespace
- RabbitMQ.Client.Exceptions
- Assembly
- RabbitMQ.Client.dll
Thrown when the model receives an RPC request it cannot satisfy.
public class UnsupportedMethodException : NotSupportedException, ISerializable
- 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; }