Home / C# Programming / Exception Handling :: Discussion

Discussion :: Exception Handling

  1. All code inside finally block is guaranteed to execute irrespective of whether an exception occurs in the protected block or not.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment