C# Class EasyAbp.EShop.Products.Products.InventoryChangeFailedException

Inheritance: BusinessException
Afficher le fichier Open project: EasyAbp/EShop

Méthodes publiques

Méthode Description
InventoryChangeFailedException ( Guid productId, Guid productSkuId, int originalInventory, int changedInventory ) : System

Method Details

InventoryChangeFailedException() public méthode

public InventoryChangeFailedException ( Guid productId, Guid productSkuId, int originalInventory, int changedInventory ) : System
productId Guid
productSkuId Guid
originalInventory int
changedInventory int
Résultat System