Vidyalelo
C# Programming · Q27

Exception Handling in C Sharp

Programming · C# Programming · question 27

Q27

In C#, which block is used to handle exceptions that may occur within a try block?

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

Answer: Option D

Solution

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