vbObjectError is used as a base error number for user-defined errors:
Constant |
Value |
Description |
---|---|---|
vbObjectError |
-2,147,221,504 |
The base error number, to which a specific number is added when a user-defined error is raised. For example: Err.Raise vbObjectError + 102 |
Part I: The Basics
Introduction
Program Structure
Data Types and Variables
Error Handling and Debugging
VBScript with Active Server Pages
Programming Outlook Forms
Windows Script Host 5.6
VBScript with Internet Explorer
Windows Script Components
Part II: Reference
Part III: Appendixes
Appendix A. Language Elements by Category
Appendix B. VBScript Constants
Appendix C. Operators
Appendix E. The Script Encoder