Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what is throw object?
#2
Solved: 10 Years, 9 Months, 3 Weeks ago
hi priya,

As far as i know, there is no thro object in VBScript.
In java throw object is used to throw an error.
In vbScript we use the
on error resume next ' to enable error handling
if err.number <> 0 ' indicating an error has come up
---
----
on error goto 0 ' to disable error handling.


Reply


Messages In This Thread
what is throw object? - by priya999 - 02-14-2011, 07:44 AM
RE: what is throw object? - by tester_rahul - 02-14-2011, 06:07 PM
RE: what is throw object? - by priya999 - 02-25-2011, 07:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Taking Property values in Description objet throw Excel Sheet devarapallliramana 3 2,913 03-11-2014, 10:50 PM
Last Post: supputuri
  Throw Error chuqa 3 2,700 02-26-2009, 12:16 PM
Last Post: chuqa

Forum Jump:


Users browsing this thread: 1 Guest(s)