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
Afficher le fichier Open project: Pathoschild/smapi-mod-dump

Méthodes publiques

Méthode Description
ItemNotImplementedException ( Item item ) : System

Method Details

ItemNotImplementedException() public méthode

public ItemNotImplementedException ( Item item ) : System
item Item
Résultat System