|
PeanutButter
|
Exception thrown when an expected property was not found on a ducked type. More...
Public Member Functions | |
| PropertyNotFoundException (Type owningType, string propertyName) | |
| Constructs a new instance of the exception. | |
Exception thrown when an expected property was not found on a ducked type.
| PeanutButter.DuckTyping.Exceptions.PropertyNotFoundException.PropertyNotFoundException | ( | Type | owningType, |
| string | propertyName ) |
Constructs a new instance of the exception.
| owningType | Name of the type expected to implement the property |
| propertyName | Name of the missing expected property |