Class MethodArgumentTypeMismatchException
- Namespace
- Steeltoe.Messaging.Handler.Attributes.Support
- Assembly
- Steeltoe.Messaging.MessagingBase.dll
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