Newbie: Catching the Abort method to destroy a thread
- From: "charliewest" <charliewest@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 05:37:02 -0700
Hello -
I am generating a ThreadAbortException, however, my ASP.NET application is
working fine. I have read that i can test for this error using...
catch(ThreadAbortException e)... but then i must explicity can the JOIN
method. This is beyond my skill-set.
My question is... if i don't do anything, and my ASP.NET app seems to be
working fine, is this a "critical" exception?
Thanks,
.
- Follow-Ups:
- Re: Newbie: Catching the Abort method to destroy a thread
- From: Kevin Spencer
- Re: Newbie: Catching the Abort method to destroy a thread
- Prev by Date: Re: asp not working on Windows Server 2000, sp4 ?
- Next by Date: Re: How to add in runtime
- Previous by thread: Cannot create asp.net web application with VS.Net - ideas plase!
- Next by thread: Re: Newbie: Catching the Abort method to destroy a thread
- Index(es):
Relevant Pages
|