Sreekanth Vangara
what happens when an exception raise in Final block ?
By Sreekanth Vangara in ASP.NET on Jan 25 2017
  • Sreekanth Vangara
    Jan, 2017 25

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

    • 1
  • Suresh Kumar
    Oct, 2017 28

    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.

    • 0
  • Tushar Dikshit
    Sep, 2017 29

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

    • 0
  • Soniya Patel
    Sep, 2017 5

    it will immediatly comes into catch block

    • 0
  • Mukesh Kumar
    Sep, 2017 2

    Statement not executed in final block

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS