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
Explain anonymous type in c#?
What is dictionary and hashtable in c#?
Explain how can I get around scope problems in a try/catch?
What is use of FormBoarderStyle Propertie
Do extension methods have to be static?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
Why do we use reflection in c#?
What are the types of comment in c# with examples?
How long can a string be c#?
What is a clr (common language runtime)?
What is meant by clr?
Is datetime nullable c#?
What is difference between tostring() vs convert.tostring() vs (string) cast
Is enum a value type c#?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?