5 | Chiamata di routine o argomento non validi |
Invalid procedure call or argument |
6 | Overflow |
Overflow |
7 | Memoria esaurita |
Out of memory |
9 | Indice non incluso nell'intervallo |
Subscript out of range |
10 | Questa matrice è fissa o temporaneamente bloccata |
This array is fixed or temporarily locked |
11 | Divisione per zero |
Division by zero |
13 | Tipo non corrispondente |
Type mismatch |
14 | Spazio stringa esaurito |
Out of string space |
17 | Impossibile eseguire l'operazione richiesta |
Can't perform requested operation |
28 | Spazio dello stack esaurito |
Out of stack space |
35 | Sub o Function non definita |
Sub or Function not defined |
48 | Errore di caricamento DLL |
Error in loading DLL |
51 | Errore interno |
Internal error |
52 | Nome o numero di file non valido |
Bad file name or number |
53 | Impossibile trovare il file |
File not found |
54 | Modalità file non valida |
Bad file mode |
55 | File già aperto |
File already open |
57 | Errore di I/O periferica |
Device I/O error |
58 | File già esistente |
File already exists |
61 | Disco pieno |
Disk full |
62 | Input oltre la fine del file |
Input past end of file |
67 | Troppi file |
Too many files |
68 | Periferica non disponibile |
Device unavailable |
70 | Autorizzazione negata |
Permission denied |
71 | Disco non pronto |
Disk not ready |
74 | Impossibile rinominare con unità diversa |
Can't rename with different drive |
75 | Errore di accesso al percorso/file |
Path/File access error |
76 | Impossibile trovare il percorso |
Path not found |
91 | Variabile oggetto o variabile del blocco With non impostata |
Object variable or With block variable not set |
92 | Ciclo For non inizializzato |
For loop not initialized |
94 | Utilizzo non valido di Null |
Invalid use of Null |
322 | Impossibile creare il file temporaneo necessario |
Can't create necessary temporary file |
424 | Necessario oggetto |
Object required |
429 | Il server di automazione non può creare l'oggetto |
Automation server can't create object |
430 | La classe non supporta l'automazione |
Class doesn't support Automation |
432 | Impossibile trovare nome di file o nome di classe durante un'operazione di automazione |
File name or class name not found during Automation operation |
438 | Proprietà o metodo non supportati dall'oggetto |
Object doesn't support this property or method |
440 | Errore di automazione |
Automation error |
445 | Azione non valida per l'oggetto |
Object doesn't support this action |
446 | L'oggetto non supporta argomenti predefiniti |
Object doesn't support named arguments |
447 | L'oggetto non supporta le impostazioni internazionali correnti |
Object doesn't support current locale setting |
448 | Impossibile trovare l'argomento predefinito |
Named argument not found |
449 | Argomento non facoltativo |
Argument not optional |
450 | Numero errato di argomenti o assegnazione di proprietà non valida |
Wrong number of arguments or invalid property assignment |
451 | L'oggetto non è un insieme |
Object not a collection |
453 | Impossibile trovare nella DLL la funzione specificata |
Specified DLL function not found |
458 | La variabile utilizza un tipo di automazione non supportato in JScript |
Variable uses an Automation type not supported in JScript |
462 | Il computer server remoto non esiste o non è disponibile |
The remote server machine does not exist or is unavailable |
501 | Impossibile assegnare alla variabile |
Cannot assign to variable |
502 | Oggetto non sicuro per la creazione di script |
Object not safe for scripting |
503 | Oggetto non sicuro per l'inizializzazione |
Object not safe for initializing |
504 | Oggetto non sicuro per la creazione |
Object not safe for creating |
507 | Si è verificata un'eccezione |
An exception occurred |
1002 | Errore di sintassi |
Syntax error |
1003 | Previsto ':' |
Expected ':' |
1004 | Previsto ';' |
Expected ';' |
1005 | Previsto '(' |
Expected '(' |
1006 | Previsto ')' |
Expected ')' |
1007 | Previsto ']' |
Expected ']' |
1008 | Previsto '{' |
Expected '{' |
1009 | Previsto '}' |
Expected '}' |
1010 | Previsto identificatore |
Expected identifier |
1011 | Previsto '=' |
Expected '=' |
1012 | Previsto '/' |
Expected '/' |
1013 | Numero non valido |
Invalid number |
1014 | Carattere non valido |
Invalid character |
1015 | Costante String senza terminazione |
Unterminated string constant |
1016 | Commento senza terminazione |
Unterminated comment |
1018 | Istruzione 'return' esterna alla funzione |
'return' statement outside of function |
1019 | Impossibile utilizzare 'break' all'esterno di un ciclo |
Can't have 'break' outside of loop |
1020 | Impossibile utilizzare 'continue' all'esterno di un ciclo |
Can't have 'continue' outside of loop |
1023 | Prevista cifra esadecimale |
Expected hexadecimal digit |
1024 | Previsto 'while' |
Expected 'while' |
1025 | Etichetta ridefinita |
Label redefined |
1026 | Impossibile trovare l'etichetta |
Label not found |
1027 | 'default' può apparire una volta sola in una istruzione 'switch' |
'default' can only appear once in a 'switch' statement |
1028 | Previsto identificatore, stringa o numero |
Expected identifier, string or number |
1029 | Previsto '@end' |
Expected '@end' |
1030 | Compilazione condizionale disattivata |
Conditional compilation is turned off |
1031 | Prevista costante |
Expected constant |
1032 | Previsto '@' |
Expected '@' |
1033 | Previsto 'catch' |
Expected 'catch' |
1034 | Previsto 'var' |
Expected 'var' |
1035 | la parola chiave throw deve essere seguita da un'espressione nella stessa riga di codice sorgente |
throw must be followed by an expression on the same source line |
1036 | 'with' non è disponibile in ECMA 327 Compact Profile |
'with' not available in the ECMA 327 Compact Profile |
4096 | Errore di compilazione di Microsoft JScript |
Microsoft JScript compilation error |
4097 | Errore di run-time di Microsoft JScript |
Microsoft JScript runtime error |
4098 | Errore di run-time sconosciuto |
Unknown runtime error |
5000 | Impossibile assegnare a 'this' |
Cannot assign to 'this' |
5001 | Previsto numero |
Number expected |
5002 | Prevista funzione |
Function expected |
5003 | Impossibile assegnare al risultato di una funzione |
Cannot assign to a function result |
5004 | Impossibile indicizzare l'oggetto |
Cannot index object |
5005 | Prevista stringa |
String expected |
5006 | Previsto oggetto data |
Date object expected |
5007 | Previsto oggetto |
Object expected |
5008 | Assegnazione non valida |
Illegal assignment |
5009 | Identificatore non definito |
Undefined identifier |
5010 | Previsto valore Boolean |
Boolean expected |
5011 | Impossibile eseguire il codice da uno script liberato |
Can't execute code from a freed script |
5012 | Previsto membro oggetto |
Object member expected |
5013 | Prevista VBArray |
VBArray expected |
5014 | Previsto oggetto JScript |
JScript object expected |
5015 | Previsto oggetto enumeratore |
Enumerator object expected |
5016 | Previsto un oggetto espressione regolare |
Regular Expression object expected |
5017 | Errore di sintassi nell'espressione regolare |
Syntax error in regular expression |
5018 | Quantificatore imprevisto |
Unexpected quantifier |
5019 | Prevista ']' nell'espressione regolare |
Expected ']' in regular expression |
5020 | Prevista ')' nell'espressione regolare |
Expected ')' in regular expression |
5021 | Intervallo non valido nel set di caratteri |
Invalid range in character set |
5022 | Eccezione formulata con throw ma senza catch |
Exception thrown and not caught |
5023 | Alla funzione non è associato nessun oggetto prototipo valido |
Function does not have a valid prototype object |
5024 | L'URI da codificare contiene un carattere non valido |
The URI to be encoded contains an invalid character |
5025 | La codifica utilizzata per l'URI da decodificare non è corretta |
The URI to be decoded is not a valid encoding |
5026 | Numero di cifre frazionarie non incluso nell'intervallo |
The number of fractional digits is out of range |
5027 | Approssimazione non inclusa nell'intervallo |
The precision is out of range |
5028 | Previsto oggetto Array o arguments |
Array or arguments object expected |
5029 | La lunghezza della matrice deve essere un intero positivo finito |
Array length must be a finite positive integer |
5030 | Alla lunghezza della matrice deve essere assegnato un numero positivo finito |
Array length must be assigned a finite positive number |
5031 | Previsto oggetto Array |
Array object expected |
5032 | 'eval' non è disponibile in ECMA 327 Compact Profile |
'eval' is not available in the ECMA 327 Compact Profile |
5033 | Il costruttore Function non è disponibile in ECMA 327 Compact Profile |
Function constructor is not available in the ECMA 327 Compact Profile |
5034 | Riferimento circolare nell'argomento value non supportato |
Circular reference in value argument not supported |
5035 | Argomento replacer non valido |
Invalid replacer argument |
6000 | Infinity |
Infinity |
6001 | -Infinity |
-Infinity |
10438 | L'oggetto non supporta la proprietà o metodo '|' |
Object doesn't support property or method '|' |
15001 | '|' non è un numero |
'|' is not a number |
15002 | '|' non è una funzione |
'|' is not a function |
15004 | '|' non è un oggetto indicizzabile |
'|' is not an indexable object |
15005 | '|' non è una stringa |
'|' is not a string |
15006 | '|' non è un oggetto data |
'|' is not a date object |
15007 | '|' è nullo o non è un oggetto |
'|' is null or not an object |
15008 | Impossibile assegnare a '|' |
Cannot assign to '|' |
15009 | '|' non è definito |
'|' is undefined |
15010 | '|' non è un valore Boolean |
'|' is not a boolean |
15012 | Impossibile eliminare '|' |
Cannot delete '|' |
15013 | '|' non è una VBArray |
'|' is not a VBArray |
15014 | '|' non è un oggetto JScript |
'|' is not a JScript object |
15015 | '|' non è un oggetto enumeratore |
'|' is not an enumerator object |
15016 | '|' non è un oggetto espressione regolare |
'|' is not a regular expression object |
15028 | | non è un oggetto Array o arguments |
| is not an Array or arguments object |
15031 | | non è un oggetto Array |
| is not an Array object |
15036 | Impossibile impostare l'attributo '|' del descrittore di proprietà su 'true' per questo oggetto |
'|' attribute on the property descriptor cannot be set to 'true' on this object |
15037 | Impossibile impostare l'attributo '|' del descrittore di proprietà su 'false' per questo oggetto |
'|' attribute on the property descriptor cannot be set to 'false' on this object |
32812 | La data specificata non è disponibile nel calendario delle impostazioni internazionali correnti |
The specified date is not available in the current locale's calendar |
32813 | Questo script include contenuto dannoso ed è stato bloccato dal software antivirus. |
This script contains malicious content and has been blocked by your antivirus software. |