C Sharp (C#) - Exception Handling
Which of the following is the correct syntax to use a when clause in a catch block?
try {
// code
} catch (Exception ex) _____ {
// handle
}Which of the following is the correct syntax to use a when clause in a catch block?
try {
// code
} catch (Exception ex) _____ {
// handle
}when.when correctly with the condition.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions