Constructor CatalogItemNotFoundException
CatalogItemNotFoundException(string)
Initializes a new instance of the CatalogItemNotFoundException class.
Declaration
public CatalogItemNotFoundException(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The identifier of the CatalogItem not found. |