Q19
In C#, what is the method called on an exception object to retrieve information about the error that occurred?
A.
GetMessage()
B.
ToString()
AnswerC.
GetError()
D.
GetStackTrace()
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board