C# Programming - Exception Handling - Discussion
|
|
|
|
Read more:"Time and tide wait for none."
- Alexander Pope
|
| 3. |
In C#.NET if we do not catch the exception thrown at runtime then which of the following will catch it? |
| [A]. |
Compiler | | [B]. |
CLR | | [C]. |
Linker | | [D]. |
Loader | | [E]. |
Operating system |
Answer: Option E
Explanation:
No answer description available for this question.
|
|
Babu said:
(Fri, Aug 31, 2012 04:00:37 PM)
|
|
| |
| Exception occurs at runtime because clear catches. |
|
|