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