how do you do exception management
Answer Posted / bobby
try
catch
finally
Catch most specific exceptions
first.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why is static constructor called first?
What is signature c#?
Explain the process of inheriting a class into another class?
What is action in c# 3.5?
Can we declare class as protected?
What are some of the commonly used commands in sqlcommand?
What are native functions?
Why array is faster than arraylist in c#?
What language is arduino?
Where is c# compiler located?
What is null propagation c#?
Can you change the value of a constant filed after its declaration?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
How to transpose multi-dimensional array?
Is datetime nullable c#?