43
(Choose 1 answer)
Which of the following statements about exception handling in C# is True?
A. In C#, you can either use pre-defined Exception classes or create a user-defined Exception class.
B. When a C# exception is thrown, the system handles it correctly without the need to write code.
C. C# not allowed developers to handle any raised exception in the code to better respond to exceptional cases and not prevented the software system from crashing at runtime.
D. None of the others
Elt