C Sharp (C#) - Exception Handling
Which of the following is the correct syntax for using a
finally block in C#?finally block in C#?try, then catch (optional), then finally (optional).try { } catch { } finally { }.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions