If you still have access to the question URL, and thus its ID, you can undelete it yourself — but it requires a bit of trickery.
Technically, you are allowed to undelete your own questions, you just can't get to the button that allows you to do so. You can just send the undelete request anyway.
Open Stack Overflow (or the SE site that your question is on), and paste the following into your address bar, or your JavaScript console or what have you.
javascript:void($.post("/posts/<post ID>/vote/11", {fkey: StackExchange.options.user.fkey}))
Substitute your question's post ID, hit enter, and it should pop right back up. (Vote type #11 is undeletion.)