Click here to Skip to main content
15,905,028 members

Comments by mathias.woelfel (Top 9 by date)

mathias.woelfel 31-May-11 10:15am View    
Does anyone got any another idea for my problem? :)
mathias.woelfel 31-May-11 10:11am View    
Thank you for this detailed and interesting explanation!
mathias.woelfel 26-May-11 9:57am View    
Ok, that's what I wanted to know.
Thanks a lot!
mathias.woelfel 26-May-11 8:57am View    
Ok, so I suspect its finalizer is called automatically? And who does that at which point?
mathias.woelfel 25-May-11 5:05am View    
Ok I got the point now. But when I call my function 'Button_Click' (see above) the programm crashes immediately. Means no code within the function is executed. So I've got no chance to see the content of StackTrace since it is not even executed. That brings me back to my original problem. The program seems to throw the exception somewhere else but not in my function where I try to catch it.