Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Try...catch in destructor?
Message
From
09/09/2005 09:09:59
Keith Payne
Technical Marketing Solutions
Florida, United States
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01047893
Message ID:
01048049
Views:
22
>Where would an exception be thrown if an exception is not handled in the destructor?
>
>The reason I am asking is because I would like to add code to my destructor to shutdown and close a socket if the socket is not shutdown and close before the destructor is executed.
>
>Kind of an odd question but it is almost 5 and my brain is overloaded.

Einar,

An exception is not thrown in the destructor because the code is executed by the Garbage Collector and the context is undefined. You have to close the socket in another event.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform