Vinod manola
Can Exception handling we can handle multiple catch blocks?
By Vinod manola in C# on Jul 24 2012
  • sathyamurthi periasamy
    Aug, 2012 1

    You can but the Exception ex should be the last catch prior to be specific catch blocks like IndexOutOfRange exception etc.,

    • 0
  • Ajitender Vijay
    Jul, 2012 31

    yes..... exampletry {/// code } catch(Exception ex) { throw ex; } catch() { }

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS