If I have code like
try
{
return;
}
catch
{
return;
}
finally
{
return;
}
from which block will the value will be returned. and try
has been executed without any error.
Answer Posted / djay
//compile time error control can not leave the body of a finally block
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is signature c#?
Explain about Threading Types.
What is join in c#?
What is the difference between Static, Const and read only?
What is constructors, explain with syntax
What is addressof operator?
What is ilist c#?
Where static variables are stored?
What does do in c#?
What .exe means?
What is concatenation and when should it be used?
What is the use of static in c#?
What is gac? What are the steps to create an assembly and add it to the gac?
Is c# lazy thread safe?
What are Regex / regular expressions ?