Basic level question maybe, but I can find no other place to ask.

What happens when an exception is thrown in a constructor (New() for us
VB'ers) ?  Is the class created?  More importantly, are any resources that
might have been started prior to the exception free'ed?  In particular to
my cases,  if IDisposable is being Implement'ed does Dispose get called if
the class instance is not actually created?  (OK, maybe not so basic :) )

TIA

David

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to