try, catch , throw...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • metalinc
    New Member
    • Jan 2007
    • 14

    #1

    try, catch , throw...

    hi,
    how many data types can a function throw?? and a catch block can contain how many arguments?
  • AdrianH
    Recognized Expert Top Contributor
    • Feb 2007
    • 1251

    #2
    Originally posted by metalinc
    hi,
    how many data types can a function throw?? and a catch block can contain how many arguments?
    1. as many as it is programmed to
    2. 1.


    Adrian

    Comment

    • metalinc
      New Member
      • Jan 2007
      • 14

      #3
      thanks man

      Comment

      • AdrianH
        Recognized Expert Top Contributor
        • Feb 2007
        • 1251

        #4
        Originally posted by metalinc
        thanks man
        Your welcome man. :D


        Adrian

        Comment

        Working...