Agathas.Storefront.Shopping.Model.Promotions.PromotionNotApplicableException.PromotionNotApplicableException C# (CSharp) Method

PromotionNotApplicableException() public method

public PromotionNotApplicableException ( string message_for_customer ) : Agathas.Storefront.Infrastructure
message_for_customer string
return Agathas.Storefront.Infrastructure
        public PromotionNotApplicableException(string message_for_customer)
            : base(message_for_customer)
        {
        }
PromotionNotApplicableException