how do you do exception management
Answer Posted / matt s
try - catch - finally. Catch most specific exceptions
first.
Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
How do I develop c# apps?
How to find methods of a assembly file (not using ILDASM)?
Which technology is best for desktop application?
What is desktop application testing?
What is ienumerable t in c#?
Differentiate between response.expires and response.expiresabsolute?
Why should I use interface in c#?
What is datareader c#?
What is c# used for in the industry?
What are satellite assemblies? How will you get the different language strings?
What is the difference between internal and private in c#?
Why we use extension method in c#?
What does assert() do in c#?
What is the advantage of generics in c#?
Can you instantiate a struct without using a new operator in c#?