16
Reply

what happens when an exception raise in Final block ?

Sreekanth Vangara

Sreekanth Vangara

Jan 25, 2017
2.5k
1

    kindly read below linkhttp://www.c-sharpcorner.com/uploadfile/955025/exception-in-finally-block/

    Naveen Bisht
    February 16, 2017
    2

    after this the program will not execute

    Mukesh Kumar
    August 31, 2017
    1

    This exception will be handled at higher level and execution will not be proceeded in final block

    Sreekanth Vangara
    January 25, 2017
    1

    That exception propagates out and up, and will (can) be handled at a higher level.Your finally block will not be completed beyond the point where the exception is thrown.If the finally block was executing during the handling of an earlier exception then that first exception is lost.

    Suresh Kumar
    October 28, 2017
    0

    If exception occurs in finally block. It will be raised, program will terminate and will not execute further.

    Tushar Dikshit
    September 29, 2017
    0

    it will immediatly comes into catch block

    Soniya Patel
    September 05, 2017
    0

    it will immediatly comes into catch block

    Soniya Patel
    September 05, 2017
    0

    it will immediatly comes into catch block

    Soniya Patel
    September 05, 2017
    0

    it will immediatly comes into catch block

    Soniya Patel
    September 05, 2017
    0

    it will immediatly comes into catch block

    Soniya Patel
    September 05, 2017
    0

    it will immediatly comes into catch block

    Soniya Patel
    September 05, 2017
    0

    it will immediatly comes into catch block

    Soniya Patel
    September 05, 2017
    0

    it will immediatly comes into catch block

    Soniya Patel
    September 05, 2017
    0

    it will immediatly comes into catch block

    Soniya Patel
    September 05, 2017
    0

    Statement terminates

    Mukesh Kumar
    September 02, 2017
    0

    Statement not executed in final block

    Mukesh Kumar
    September 02, 2017
    0