Visual Basic 2005


Add to MY Favorites...

Back to Vicky's Home Page Teaching Home Page Visual Basic 2005 Html For Kids

The Err Object

 Visual Basic’s error handing routine returns an error number (Err.Number) and a text description (Err.Description) for run time errors.

Err.Number

Err.Description

5

Procedure call or argument is not value

6

Overflow

7

Out of memory

9

Sybscript out of range

11

Division by zero

13

Type mismatch

48

Error in loading DLL

51

Internal error

52

Bad file name or number

53

File not found

55

File already open

57

Device I/O error

58

File already exists

61

Disk full

62

Input fast end of file

67

Too many files

68

Devide unabailable

70

Permission denied

71

Disk not ready

74

Can’t rename with different drive

75

Path/File access error

76

Path not found

91

Object variable or With block variable not set

321

File format is not valid

322

Cannot create necessary temporary file

380

Property value is not valid

381

Property array index is not valid

422

Property not found

423

Property or method not found

424

Object required

429

Cannot create Microsoft ActiveX component

430

Class does not support Automation or does not support expected inferface

438

Object does not support this property or method

440

Automation error

460

Clipboard format is not valid

461

Method or data member not found

462

The remote server machine does not exist or is unavailable

463

Class not registered on local machine

481

Picture is not valid

482

Printer error

 


 
Another page developed by
vicky@vickywoodard.com
Copyright © 2006 Vicky K. Woodard
All rights reserved
Last updated: 8/17/2006