Page

G.2.2- Runtime Errors

  by NT Community Manager.
Last Updated  by NT Community Manager.  

PublicCategorized as Appendix G.

Not tagged.
<< G.2.1- Syntax ErrorsAppendixGG.3.0- ASP Error Codes Summary >>

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. JScript contains 76 runtimeerrors, listed below:

 

Number

Hexadecimal

Description

5

800A0005

Invalid procedure call or argument

6

800A0006

Overflow

7

800A0007

Out of memory

9

800A0009

Subscript out of range

 

Number

Hexadecimal

Description

10

800A000A

This array is fixed or temporarily locked

11

800A000B

Division by zero

13

800A000D

Type mismatch

14

800A000E

Out of string space

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 or With block variable not set

92

800A005C

For loop not initialized

94

800A005E

Invalid use of Null

322

800A0142

Can't create necessary temporary file

 

Number

Hexadecimal

Description

424

800A01A8

Object required

429

800A01AD

Automation server can't create object

430

800A01AE

Class doesn't support Automation

432

800A01B0

File name or class name not found during Automation operation

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

458

800A01CA

Variable uses an Automation type not supported in JScript

462

800A01CE

The remote server machine does not exist or is unavailable

501

800A01F5

Cannot assign to variable

502

800A01F6

Object not safe for scripting

503

800A01F7

Object not safe for initializing

504

800A01F8

Object not safe for creating

5000

800A1388

Cannot assign to 'this'

5001

800A1389

Number expected

5002

800A138A

Function expected

5003

800A138B

Cannot assign to a function result

5004

800A138C

Cannot index object

 

Number

Hexadecimal

Description

5005

800A138D

String expected

5006

800A138E

Date object expected

5007

800A138F

Object expected

5008

800A1390

Illegal assignment

5009

800A1391

Undefined identifier

5010

800A1392

Boolean expected

5011

800A1393

Can't execute code from a freed script

5012

800A1394

Object member expected

5013

800A1395

VBArray expected

5014

800A1396

JScript object expected

5015

800A1397

Enumerator object expected

5016

800A1398

Regular Expression object expected

5017

800A1399

Syntax error in regular expression

5018

800A139A

Unexpected quantifier

5019

800A139B

Expected ']' in regular expression

5020

800A139C

Expected ')' in regular expression

5021

800A139D

Invalid range in character set

5022

800A139E

Exception thrown and not caught

5023

800A139F

Function does not have a valid prototype object

<< G.2.1- Syntax ErrorsAppendixGG.3.0- ASP Error Codes Summary >>

Copyright © 2003 by Wiley Publishing, Inc.

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