Class MethodArgumentTypeMismatchException
Inheritance
System.Object
MethodArgumentTypeMismatchException
Inherited Members
Namespace: Steeltoe.Messaging.Handler.Attributes.Support
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public class MethodArgumentTypeMismatchException : MethodArgumentResolutionException
Constructors
| Edit this page View SourceMethodArgumentTypeMismatchException(IMessage, ParameterInfo, String)
Declaration
public MethodArgumentTypeMismatchException(IMessage message, ParameterInfo parameter, string description)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | |
ParameterInfo | parameter | |
System.String | description |