Pacchetto | mx.automation |
Classe | public class AutomationError |
Ereditarietà | AutomationError Error Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Altri esempi
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
code : Number [sola lettura]
The current error code. | AutomationError | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
errorID : int [sola lettura]
Contiene il numero di riferimento associato al messaggio di errore specifico. | Error | ||
message : String
Contiene il messaggio associato all'oggetto Error. | Error | ||
name : String
Contiene il nome dell'oggetto Error. | Error |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | AutomationError | ||
Restituisce lo stack di chiamata per un errore al momento della costruzione dell’errore come stringa. | Error | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
[override]
Restituisce la stringa "Error" per impostazione predefinita oppure il valore contenuto nella proprietà Error.message, se definita. | Error | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
ILLEGAL_OPERATION : Number = 0x80040206 [statico]
Defines the code for the error when the Flex automation mechanism encounters an illegal operation. | AutomationError | ||
ILLEGAL_RUNTIME_ID : Number = 0x8004020D [statico]
Defines the code for the error when the Flex automation mechanism encounters an illegal runtime ID. | AutomationError | ||
OBJECT_NOT_FOUND : Number = 0x80040202 [statico]
Defines the code for the error when an object is not found by the Flex automation mechanism. | AutomationError | ||
OBJECT_NOT_UNIQUE : Number = 0x80040203 [statico]
Defines the code for the error when the Flex automation mechanism detects that an object has the same identification parameters as another object. | AutomationError | ||
OBJECT_NOT_VISIBLE : Number = 0x80040205 [statico]
Defines the code for the error when an object used by the Flex automation mechanism is not visible. | AutomationError |
Descrizione delle proprietà
code | proprietà |
Descrizione della funzione di costruzione
AutomationError | () | Funzione di costruzione |
Descrizione delle costanti
ILLEGAL_OPERATION | Costante |
public static const ILLEGAL_OPERATION:Number = 0x80040206
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Defines the code for the error when the Flex automation mechanism encounters an illegal operation.
ILLEGAL_RUNTIME_ID | Costante |
public static const ILLEGAL_RUNTIME_ID:Number = 0x8004020D
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Defines the code for the error when the Flex automation mechanism encounters an illegal runtime ID.
OBJECT_NOT_FOUND | Costante |
public static const OBJECT_NOT_FOUND:Number = 0x80040202
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Defines the code for the error when an object is not found by the Flex automation mechanism.
OBJECT_NOT_UNIQUE | Costante |
public static const OBJECT_NOT_UNIQUE:Number = 0x80040203
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Defines the code for the error when the Flex automation mechanism detects that an object has the same identification parameters as another object.
OBJECT_NOT_VISIBLE | Costante |
public static const OBJECT_NOT_VISIBLE:Number = 0x80040205
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Defines the code for the error when an object used by the Flex automation mechanism is not visible.
Tue Jun 12 2018, 02:44 PM Z