4
Reply

try catch problem in C#

Muteen ul Haq

Muteen ul Haq

Aug 30 2010 2:11 PM
3.6k
Hi!
In program almost all lines we perform such steps in which exceptions can occur. So do we need to use try and catch after all statements. If so, then it will make our program tedious. What is the solution of this question?
I am confuse in using try catch concept. Please help.

Thanks

Answers (4)