|
PeanutButter
|
Exception thrown when a forced ducked type does not implement a method that it is expected to implement. More...
Public Member Functions | |
| MethodNotFoundException (Type owningType, string methodName) | |
| Constructs an instance of the exception. | |
Exception thrown when a forced ducked type does not implement a method that it is expected to implement.
| PeanutButter.DuckTyping.Exceptions.MethodNotFoundException.MethodNotFoundException | ( | Type | owningType, |
| string | methodName ) |
Constructs an instance of the exception.
| owningType | Type which was expected to implement the method |
| methodName | Name of the method which was expected, but not found |