C Sharp (C#) - Exception Handling
Which of the following is the correct syntax to catch a specific exception type
ArgumentNullException in C#?ArgumentNullException in C#?catch (ExceptionType variable) syntax.catch (ArgumentNullException e) { }, which declares the exception type and variable.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions