C# Class CarbonFitness.BusinessLogic.Exceptions.IngredientInsertionException

Inheritance: System.Exception
显示文件 Open project: yodiz/CarbonFitness

Public Methods

Method Description
IngredientInsertionException ( string message, Exception innerException ) : System

Method Details

IngredientInsertionException() public method

public IngredientInsertionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System