المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : What exceptions cannot be caught by try-catch block?



C# Programming
04-01-2009, 12:23 PM
What exceptions cannot be caught by try-catch block?

StackOverflowException for one. (Just try write a simple infinite recursive function and invoke from a simple WIN32 console main)

What else?

dev