Vidyalelo
C# Programming · Q4

Exception Handling in C Sharp

Programming · C# Programming · question 4

Q4

In C#, which block is used to clean up resources in exception handling, regardless of whether an exception occurs or not?

A.
throw
B.
catch
C.
finally
Answer
D.
try

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board