C# Programming - Exception Handling - Discussion

Discussion Forum : Exception Handling - General Questions (Q.No. 3)
3.
In C#.NET if we do not catch the exception thrown at runtime then which of the following will catch it?
Compiler
CLR
Linker
Loader
Operating system
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Mahesh.p said:   1 decade ago
Because execution of programs is processed under "CLR" only.

Raju b said:   1 decade ago
Because exception is the run time error, CLR will execute the program at that time program should be error free.

Babu said:   1 decade ago
Exception occurs at runtime because clear catches.

Post your comments here:

Your comments will be displayed after verification.