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