Answer Posted / awadhesh
For a given set of try catch only one exception block will
get executed. Notice in finally what you are having is a
new set of try catch statements. They are unrelated to the
one above , so it is wrong to say here that two catch
blocks were executed.
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is delimiter in c#?
Is null == null c#?
Is c# pass by reference?
Which attribute is used in order that the method can be used as webservice?
What is overloading with example?
Why do we need singleton pattern in c#?
What is data types in c#?
What is difference between constants and read-only?
Why should I use interface in c#?
Is string null or empty?
What is byte c#?
What is cshtml extension?
What is the difference between delegates and events in c#?
How do I create a dbml file?
What is typeof undefined?