tushar poshiya
what is the sequence of exceptions in .Net?
By tushar poshiya in ASP.NET on Jun 13 2007
  • gv prasad
    Aug, 2007 26

    try block first, followed by catch block, next finally block in the sequence. try without catch you get error. try followed by more catches not allowed.if try block success print the message. at last finally block will executed.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS