I've seen two major subcategories of these questions. Questions in the first category are just a wall of code and "fix this plz" or "why doesnt this work." Questions in the second category are similar, but also include the particular error message that came up, or perhaps a stack trace.
In my opinion, the first type of question is worthless, as it will never help anyone other than the OP, and likely won't even help the OP very much, in the long term. All the answerers could have spent their time much more productively on better questions.
Response to the second type of question should be a bit more nuanced. If it's possible to reformulate the post into "what is a FooBarException and how do I fix it" form, then do that. Other people will eventually encounter FooBarExceptions and need to know what they mean and how to resolve them. If it can't be edited, treat it like the first type and downvote/vote to close.
I was listening to SE podcast #01 while writing this answer, and Joel started addressing this very issue just as I finished writing, saying
"The one problem here is that, compared to everything else that happens on Stack Overflow, you haven't left an artifact that makes the Internet better."
Then Jeff followed up with
"I have a good example of where this can be useful. If you have a specific error message... other people will encounter that error code at some point, they'll search for it, and they'll be like 'oh cool, here's how I fix this error code.'"
So I guess I was onto something!
EDIT:
I just noticed that Jeff weighed in on this a few weeks ago:
If it's about a specific error code that can be somewhat narrowed down, it's ok-ish.
If it's about "oops, I forgot to put a semi-colon at the end of a line", then I don't see any value in it, and it should be flagged for deletion.