C# Class ConvenientChests.CategorizeChests.Framework.ItemNotImplementedException

An exception to be raised when some code attempts to perform an operation on an item that's not recognized by the item repository.
Inheritance: Exception
显示文件 Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
ItemNotImplementedException ( Item item ) : System

Method Details

ItemNotImplementedException() public method

public ItemNotImplementedException ( Item item ) : System
item Item
return System