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

مشاهدة النسخة كاملة : Is there a way to get a list of all exceptions that can be thrown by a program....



C# Programming
01-05-2010, 02:12 PM
I am testing a c# application and one of the issues I am finding is the application throws unhandled exception error once in a while which leads to a debug and fix cycle.... Is there a way to get a list of all possible exceptions that can be thrown by the application and the line number where it can be thrown....
Regards
Ajay