Answer Posted / photon
No, When the Exception handled the Correct Catch Block
,After that the cursor is move to finally Block, the below
catch block was not handled.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an array? Give the syntax for a single and multi-dimensional array?
What is the default value of boolean variable?
What is polymorphism in c sharp?
What are virtual classes in c#?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What is firstordefault c#?
Is goto statement supported in c#?
What is the difference between console and windows application?
What are the variables in c#?
Explain boxing and unboxing in c#?
What do you mean by default constructor?
Which is faster list or dictionary in c#?
What is iqueryable?
What is a long in c#?
Why do we need serialization?