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;
}
}

:)

..
 
Back
Top