Writing a catch clause without including the parentheses and an argument list such as catch { }:
Question:
Writing a catch clause without including the parentheses and an argument list such as catch { }:
a. generates a syntax error
b. requires a finally clause
c. has the same effect as catch (System.Exception) { }
d. throws an exception
e. none of the above
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle
Question Posted: