PeanutButter
|
Exception thrown when fuzzy ducking is enabled but the duck library cannot resolve the order of parameters to pass into the underlying type, usually because there are repeated types amongst the arguments (ie, two integers or similar) More...
Public Member Functions | |
UnresolveableParameterOrderMismatchException (Type[] methodParameterTypes, MethodInfo methodInfo) | |
Constructs an instance of the exception. |
Exception thrown when fuzzy ducking is enabled but the duck library cannot resolve the order of parameters to pass into the underlying type, usually because there are repeated types amongst the arguments (ie, two integers or similar)
PeanutButter.DuckTyping.Exceptions.UnresolveableParameterOrderMismatchException.UnresolveableParameterOrderMismatchException | ( | Type[] | methodParameterTypes, |
MethodInfo | methodInfo ) |
Constructs an instance of the exception.
methodParameterTypes | Collection of the parameter types supported by the underlying method, ordered as the underlying method has them ordered |
methodInfo | MethodInfo object describing the problematic method |