-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: TDP
Message 2 in Discussion
Hi Naveen,
The Thread Abort Exception is generated by .Net Framework itself when u do a
Response.Redirect.
The Thread abort exception is used to stop all the further execution on the running
stack trace.
You catch that exception and ignore the same as follows:
try
{
.....
}
catch (System.Threading.ThreadAbortException)
{
Thread.ResetAbort ();
}
catch (System.Exception ex)
{
}
Prasanth TD
__________________________________________________
************** Confidentiality Notice ************
Proprietary/Confidential Information belonging to
CGI may be contained in this message. If you are
not a recipient indicated or intended in this
message (or responsible for delivery of this
message to such person), or you think for any
reason that this message may have been addressed
to you in error, you may not use or copy or deliver
this message to anyone else. In such case, you
should destroy this message and kindly notify the
sender by reply email.
___________________________________________________
-----------------------------------------------------------
To stop getting this e-mail, or change how often it arrives, go to your E-mail
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw
Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help
For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact
If you do not want to receive future e-mail from this MSN group, or if you received
this message by mistake, please click the "Remove" link below. On the pre-addressed
e-mail message that opens, simply click "Send". Your e-mail address will be deleted
from this group's mailing list.
mailto:[EMAIL PROTECTED]