Hi guys,

Why isn't StackOverflowException caught and thrown? Instead application just 
exits.

Imagine this code.

Test();
...
void Test()
{
                Test();
}

The reason I am asking is because it is hard to pinpoint the endless recursion 
(source of the exception) when it happens.

Miha

Using 4.0.5
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to