$$e^{2x}\left(x+y^{2}+2y\right)$$
FOC: $$\begin{cases} 2e^{2x}\left(x+y^{2}+2y\right)+e^{2x}=0\\ e^{2x}\left(2y+2\right)=0 \end{cases}\rightarrow\begin{cases} x=\frac{1}{2}\\ y=-1 \end{cases}$$
SOC: $$\begin{pmatrix}4e^{2x}\left(x+y^{2}+2y\right)+2e^{2x} & 2e^{2x}\left(2y+2\right)\\ 2e^{2x}\left(2y+2\right) & 2e^{2x} \end{pmatrix}\rightarrow\begin{pmatrix}0 & 0\\ 0 & 2e \end{pmatrix}$$
As both leading principal minors are equal to 0, Hessian is positive semidefinite but not positive definite, i.e. the function is convex but not strictly. So I cannot rule out the possibility that the function has local minimum at this point.
WolframAlpha tells that the point, in fact, is local minimum. How can I get such result?
Your second partial derivative relatively to $x$ is false : $2e^{2x}(2x+2y^2+4y+1)+2e^{2x}=2e$ $\begin{pmatrix}2e & 0\\0 & 2e\end{pmatrix}$ Hessian is positive i.e. the function is strictly convex. Hence the point is local minimum.