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
Can an interface extend a class c#?
Why abstraction is used in c#?
What is boolean conditions in c#?
What is executereader in c#?
How Do You Convert A Value-type To A Reference-type?
What are variables in c#?
What is difference between list and ilist in c#?
Is post back c#?
Can multiple inheritance implemented in c# ?
Is goto statement supported in c#?
What is func c#?
Write a sample code to write the contents to text file in c#?
Explain About .NET Framework
How do I use the 'using' keyword with multiple objects?
What is the difference between == and object.equals?