Class MethodArgumentResolutionException
Inheritance
System.Object
MethodArgumentResolutionException
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public class MethodArgumentResolutionException : MessagingException
Constructors
|
Edit this page
View Source
MethodArgumentResolutionException(IMessage, ParameterInfo)
Declaration
public MethodArgumentResolutionException(IMessage message, ParameterInfo parameter)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
ParameterInfo |
parameter |
|
|
Edit this page
View Source
MethodArgumentResolutionException(IMessage, ParameterInfo, String)
Declaration
public MethodArgumentResolutionException(IMessage message, ParameterInfo parameter, string description)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
ParameterInfo |
parameter |
|
System.String |
description |
|
Properties
|
Edit this page
View Source
Parameter
Declaration
public ParameterInfo Parameter { get; }
Property Value
Type |
Description |
ParameterInfo |
|