How to solve the exponent

I am using the cvx, but have some problem
I have a constraint like:
a.*(exp(Dp).*b+exp(Cp).*c)>=A
And I got
Invalid constraint: {log-convex} >= {real constant}
the Dp and the Cp is the variable in my question
So , how to solve this ,please help me