C Sharp (C#) - Exception Handling
Which of the following is the correct syntax to start handling exceptions in C#?
try block followed by one or more catch blocks.try { } followed by catch { }. Other options have wrong order or invalid keywords.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions