Having recently been asked to look into some bugs in one of our old
web systems, I keep getting an error message in some try...catch
statements that I've put in.
Error message is
Thread was being aborted
This is raised whenever a Response.Redirect was called.
Mark Rae [MVP] - 03 Aug 2007 15:18 GMT
> Having recently been asked to look into some bugs in one of our old
> web systems, I keep getting an error message in some try...catch
[quoted text clipped - 4 lines]
>
> This is raised whenever a Response.Redirect was called.
http://msdn2.microsoft.com/en-us/library/a8wa7sdt(vs.80).aspx

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Lit - 03 Aug 2007 18:02 GMT
this is normal, you can eat it.
Lit
> Having recently been asked to look into some bugs in one of our old
> web systems, I keep getting an error message in some try...catch
[quoted text clipped - 4 lines]
>
> This is raised whenever a Response.Redirect was called.
Alvin Bruney [MVP] - 08 Aug 2007 02:03 GMT
> this is normal, you can eat it.
you mean swallow right?

Signature
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
https://www.microsoft.com/MSPress/books/10933.aspx
OWC Black Book www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
> this is normal, you can eat it.
>
[quoted text clipped - 8 lines]
>>
>> This is raised whenever a Response.Redirect was called.