|
PeanutButter
|
Exception thrown when a ducking operation expects a read/write property but the object being ducked implements a write-only property. More...
Public Member Functions | |
| WriteOnlyPropertyException (Type owningType, string propertyName) | |
| Constructs a new instance of the exception. | |
Exception thrown when a ducking operation expects a read/write property but the object being ducked implements a write-only property.
| PeanutButter.DuckTyping.Exceptions.WriteOnlyPropertyException.WriteOnlyPropertyException | ( | Type | owningType, |
| string | propertyName ) |
Constructs a new instance of the exception.
| owningType | Underlying type owning the property |
| propertyName | Name of the write-only property |