System.StackOverflowException ?

  • Thread starter Thread starter Anders Both
  • Start date Start date
A

Anders Both

In a system with asynkronius socket and different collection, there are some
times throw a System.StackOverflowException .

I cannot really figur out why , Can someone say something clever about
System.StackOverflowException ?

Best Regards,
 
Upps , The exception was throws because of some recursion :

Changing this bit of code might help.

public bool use
{
set
{
use=false;
}
}

:)

..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top