(Choose 1 answer)
Which statement is incorrect about C# exceptions?
A. It is better to use an if statement to handle exceptions rather than using exception handling techniques.
B. The inner exception can have a different message than the outer exception.
C. The inner exception is also an exception object.
D. An exception can have an inner exception.
Exit 13