See Also
Applies to
Description
Returns or sets a numeric value specifying an error. Number is the Err object's default property.
Syntax
object.Number [= errornumber]
The Number property syntax has these parts:
Part
Description
object
Always the Err object.
Remarks
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"
© 1996 by Microsoft Corporation.
file: /Techref/language/asp/vbs/vbscript/356.htm,
2KB, , updated: 1996年11月22日 11:12, local time: 2025年9月17日 16:42,
©2025 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://techref.massmind.org/Techref/language/asp/vbs/vbscript/356.htm"> Microsoft® Visual Basic® Scripting Edition </A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.