Home / C# Programming / Exception Handling :: Discussion

Discussion :: Exception Handling

  1. In C#.NET if we do not catch the exception thrown at runtime then which of the following will catch it?

  2. A.
    Compiler
    B.
    CLR
    C.
    Linker
    D.
    Loader
    E.
    Operating system

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment