Drew Marsh on Response.End() [DOTNET-WEB]

That's how it terminates the thread. If you need to watch for exceptions on the other code around the call to Response.End, you need to add a special catch block that handles ThreadAbortException explicitly and just rethrows it. ...here's the IL...

posted on Friday, November 01, 2002 6:43 PM |
Comments have been closed on this topic.