Thread was being aborted

G

Guest

Hi!!!
When my webapplication hit this line:

Response.Redirect("Page.aspx?Variable=Something");

I got this exception:

Thread was being aborted.

Any ideas?

Raul
 
M

Marina

This is documented. Response.Redirect throws this exception. The solution is
to take it out of the try/catch block.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top