Constructor PropertyNotFoundException
PropertyNotFoundException(string, string)
Declaration
public PropertyNotFoundException(string itemId, string propertyKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | itemId | The item's identifier where the requested property doesn't exist. |
| string | propertyKey | The property's identifier not found. |