CarbonFitness.BusinessLogic.Exceptions.IngredientInsertionException.IngredientInsertionException C# (CSharp) Метод

IngredientInsertionException() публичный Метод

public IngredientInsertionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public IngredientInsertionException(string message, Exception innerException)
            : base(message, innerException)
        {
        }
IngredientInsertionException