Page

G.1.2- Runtime Errors

Created by Brendan Doss.
Last Updated by Brendan Doss.  

PublicCategorized as Appendix G.

Not yet tagged
<< G.1.1- Syntax ErrorsAppendixGG.2.0- JScript Error Codes >>

Runtime Errors

Runtime errors occur wherever your script attempts toperform an invalid action. Note that the vast majority of these errors shouldbe caught during the debugging and testing stage. VBScript contains 65 runtimeerrors, listed below:

 

Decimal

Hexadecimal

Description

5

800A0005

Invalid procedure call or argument

6

800A0006

Overflow

7

800A0007

Out of memory

9

800A0009

Subscript out of range

10

800A000A

This array is fixed or temporarily locked

11

800A000B

Division by zero

13

800A000D

Type mismatch

14

800A000E

Out of string space

 

Decimal

Hexadecimal

Description

17

800A0011

Can't perform requested operation

28

800A001C

Out of stack space

35

800A0023

Sub or Function not defined

48

800A0030

Error in loading DLL

51

800A0033

Internal error

52

800A0034

Bad file name or number

53

800A0035

File not found

54

800A0036

Bad file mode

55

800A0037

File already open

57

800A0039

Device I/O error

58

800A003A

File already exists

61

800A003D

Disk full

62

800A003E

Input past end of file

67

800A0043

Too many files

68

800A0044

Device unavailable

70

800A0046

Permission denied

71

800A0047

Disk not ready

74

800A004A

Can't rename with different drive

75

800A004B

Path/File access error

76

800A004C

Path not found

91

800A005B

Object variable not set

92

800A005C

For loop not initialized

94

800A005E

Invalid use of Null

322

800A0142

Can't create necessary temporary file

424

800A01A8

Object required

429

800A01AD

ActiveX component can't create object

430

800A01AE

Class doesn't support Automation

432

800A01B0

File name or class name not found during Automation operation

 

Decimal

Hexadecimal

Description

438

800A01B6

Object doesn't support this property or method

440

800A01B8

Automation error

445

800A01BD

Object doesn't support this action

446

800A01BE

Object doesn't support named arguments

447

800A01BF

Object doesn't support current locale setting

448

800A01C0

Named argument not found

449

800A01C1

Argument not optional

450

800A01C2

Wrong number of arguments or invalid property assignment

451

800A01C3

Object not a collection

453

800A01C5

Specified DLL function not found

455

800A01C7

Code resource lock error

457

800A01C9

This key is already associated with an element of this collection

458

800A01CA

Variable uses an Automation type not supported in VBScript

462

800A01CE

The remote server machine does not exist or is unavailable

481

800A01E1

Invalid picture

500

800A01F4

Variable is undefined

501

800A01F5

Illegal assignment

502

800A01F6

Object not safe for scripting

503

800A01F7

Object not safe for initializing

504

800A01F8

Object not safe for creating

505

800A01F9

Invalid or unqualified reference

506

800A01FA

Class not defined

5016

800A1398

Regular Expression object expected

5017

800A1399

Syntax error in regular expression

5018

800A139A

Unexpected quantifier

 

Decimal

Hexadecimal

Description

5019

800A139B

Expected ']' in regular expression

5020

800A139C

Expected ')' in regular expression

5021

800A139D

Invalid range in character set

32811

800A802B

Element not found

<< G.1.1- Syntax ErrorsAppendixGG.2.0- JScript Error Codes >>

Copyright © 2003 by Wiley Publishing, Inc.

Powered by Near-TimeTerms of Services | Privacy Policy | Security Policy |