Use the polar coordinates transformation if you're good at integrating.
Define
$$
\left[\begin{array}{c}
R \\
\theta
\end{array} \right]
=
\left[\begin{array}{c}
\sqrt{X^2 + Y^2} \\
\text{arctan}(\theta)
\end{array} \right],
$$
which means
$$
\left[\begin{array}{c}
X \\
Y
\end{array} \right]
=
\left[\begin{array}{c}
R \cos(\theta) \\
R\sin(\theta)
\end{array} \right].
$$
Use the transformation theorem to get the joint density $g_{R,\theta}(r,t)$, then integrate out $t$. Using that, you can get whatever moment you want. At the moment I'm having a hard time integrating out $t$, though.
I get a joint densty of
$$
g_{R,\theta}(r,t) = \frac{r}{2\pi \sigma_x \sigma_y}\exp\left[-\frac{h(r,t)}{2} \right]
$$
with
$$
h(r,t) = \frac{r^2\cos^2(t) + \mu_x^2 - 2\mu_xr\cos(t)}{\sigma^2_x} + \frac{r^2\sin(t) + \mu_y^2 -2\mu_yr\sin(t)}{\sigma^2_y},
$$
and $0 < r$ and $0 < t < 2\pi$. You can see how that will simplify if the variances are the same, and if the means are zero. This was mentioned in the other answer. Those two fractions inside the exponential will add nicely and a lot of terms will cancel, and you can use a trigonometric property--the whole function will be free of $t$.
But you're interested in the general case. Not sure, maybe someone good at mathematica can step in here.
NB: a few differences in notation: I'm using capital letters, and $\sigma^2$s for the variance.