| Pacote | mx.automation |
| Classe | public class AutomationError |
| Herança | AutomationError Error Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Mais exemplos
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| code : Number [somente leitura]
The current error code. | AutomationError | ||
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
![]() | errorID : int [somente leitura]
Contém o número de referência associado à mensagem de erro específica. | Error | |
![]() | message : String
Contém a mensagem associada ao objeto Error. | Error | |
![]() | name : String
Contém o nome do objeto Error. | Error | |
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
Constructor. | AutomationError | ||
![]() |
Retorna a pilha de chamada para um erro no momento da construção do erro como sequência de caracteres. | Error | |
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() | [substituir]
Retorna a string "Erro" por padrão ou o valor contido na propriedade Error.message, se definida. | Error | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
Constantes públicas
| Constante | Definido por | ||
|---|---|---|---|
| ILLEGAL_OPERATION : Number = 0x80040206 [estático]
Defines the code for the error when the Flex automation mechanism encounters an illegal operation. | AutomationError | ||
| ILLEGAL_RUNTIME_ID : Number = 0x8004020D [estático]
Defines the code for the error when the Flex automation mechanism encounters an illegal runtime ID. | AutomationError | ||
| OBJECT_NOT_FOUND : Number = 0x80040202 [estático]
Defines the code for the error when an object is not found by the Flex automation mechanism. | AutomationError | ||
| OBJECT_NOT_UNIQUE : Number = 0x80040203 [estático]
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 [estático]
Defines the code for the error when an object used by the Flex automation mechanism is not visible. | AutomationError | ||
Detalhes da propriedade
code | propriedade |
Detalhes do construtor
AutomationError | () | Construtor |
Detalhes da constante
ILLEGAL_OPERATION | Constante |
public static const ILLEGAL_OPERATION:Number = 0x80040206| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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 | Constante |
public static const ILLEGAL_RUNTIME_ID:Number = 0x8004020D| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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 | Constante |
public static const OBJECT_NOT_FOUND:Number = 0x80040202| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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 | Constante |
public static const OBJECT_NOT_UNIQUE:Number = 0x80040203| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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 | Constante |
public static const OBJECT_NOT_VISIBLE:Number = 0x80040205| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas