C# Class CarbonFitness.BusinessLogic.Exceptions.IngredientParserException

Inheritance: System.Exception
Datei anzeigen Open project: yodiz/CarbonFitness

Public Methods

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

Method Details

IngredientParserException() public method

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