C Sharp (C#) - Exception Handling
Find the problem in this code:
try {
// code
} catch (ArgumentException ex) {
// handle
} catch {
// handle all
} catch (Exception ex) {
// handle
}Find the problem in this code:
try {
// code
} catch (ArgumentException ex) {
// handle
} catch {
// handle all
} catch (Exception ex) {
// handle
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions