Exception handling
In c#.NET, if we do not catch the exception thrown at runtime then what will happen?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Oct 24, 2011, 12:33 PM
Sometimes nothing happens except the program does not work properly. It happens. It might be very difficult to figure out why the progam does what it does when errors are ignored.
Satyapriya NayakPosted Oct 24, 2011, 4:00 AM
Please refer Our recommended articles.
Thanks
Prabhu RajaPosted Oct 24, 2011, 2:01 AM