Home / C# Programming / Exception Handling :: Discussion

Discussion :: Exception Handling

  1. Which of the following statements is correct about an Exception?

  2. A.
    It occurs during compilation.
    B.
    It occurs during linking.
    C.
    It occurs at run-time.
    D.
    It occurs during Just-In-Time compilation.
    E.
    It occurs during loading of the program.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment