PeanutButter
|
Exception thrown when a property cannot be found by name. More...
Public Member Functions | |
MemberNotFoundException (Type type, string propertyName) | |
Constructs a new MemberNotFoundException. |
Exception thrown when a property cannot be found by name.
PeanutButter.Utils.MemberNotFoundException.MemberNotFoundException | ( | Type | type, |
string | propertyName ) |
Constructs a new MemberNotFoundException.
type | The Type being searched for the property |
propertyName | The name of the property which was not found |