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

مشاهدة النسخة كاملة : Exception Handling



C# Programming
01-01-2011, 02:12 AM
Hi,

I have C# application with WCF service though I have proper Try.. Catch block in my application very rare when my application crashes or something that sort it didn't get into Catch Block and simply pop-up .Net debug ******** What is the best way to configure my application to handle all the run time exception? Is there any configuration need to be set at Web/Application configuration etc ?

Thanks