Class MethodArgumentTypeMismatchException
- Namespace
- Steeltoe.Messaging.Handler.Attributes.Support
- Assembly
- Steeltoe.Messaging.MessagingBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class MethodArgumentTypeMismatchException : MethodArgumentResolutionException, ISerializable
- Inheritance
-
MethodArgumentTypeMismatchException
- Implements
- Inherited Members
Constructors
MethodArgumentTypeMismatchException(IMessage, ParameterInfo, string)
public MethodArgumentTypeMismatchException(IMessage message, ParameterInfo parameter, string description)
Parameters
message
IMessageparameter
ParameterInfodescription
string