Shared Constructors and Threads

  • Thread starter Thread starter timexsinclair2068
  • Start date Start date
T

timexsinclair2068

Hi,

I'm getting some exceptions when creating new threads. That might -or
might not- have to do with a probable (?) re-execution of shared
constructors. Is that possible? Do shared constructors get executed
when threads are created?

Thanks!
Paul
 
Do shared constructors get executed when threads are created?

No they don't.


Mattias
 
Back
Top