C# Programming - Exception Handling - Discussion

Discussion Forum : Exception Handling - General Questions (Q.No. 8)
8.
Which of the following is the Object Oriented way of handling run-time errors?
OnError
HERESULT
Exceptions
Error codes
Setjump and Longjump
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Santosh said:   1 decade ago
When an exception occurs it firstly see by operating system.

OS return back it to CLR where CLR convert it to an object of that error then see if according to that exception is there any catch block which can handle that exception then OK otherwise terminates the application.

Suppose some of my friends may help me to improve this answer.

Thanks.

Post your comments here:

Your comments will be displayed after verification.