Microsoft® Visual Basic® Scripting Edition Number Property |
| Language Reference |
|
Returns or sets a numeric value specifying an error. Number is the Err object's default property.
object.Number [= errornumber]The Number property syntax has these parts:
Part Description object Always the Err object. errornumber An integer representing a VBScript error number or an SCODE error value.
When returning a user-defined error from an Automation object, set Err.Number by adding the number you selected as an error code to the constant vbObjectError. For example, you use the following code to return the number 1051 as an error code:
Err.Raise Number:= vbObjectError + 1051, Source:= "SomeClass"
file: /Techref/language/asp/vbs/vbscript/356.htm, 2KB, , updated: 1996/11/22 10:12, local time: 2024/11/5 11:40,
18.217.104.118:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/asp/vbs/vbscript/356.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |