Pakket | mx.automation |
Klasse | public class AutomationError |
Overerving | AutomationError Error Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Meer voorbeelden
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
code : Number [alleen-lezen]
The current error code. | AutomationError | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
errorID : int [alleen-lezen]
Bevat het referentienummer dat aan het specifieke foutbericht is gekoppeld. | Error | ||
message : String
Bevat het bericht dat aan het object Error is gekoppeld. | Error | ||
name : String
Bevat de naam van het object Error. | Error |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | AutomationError | ||
Retourneert de aanroepstack voor een fout op het moment van het bouwen van de fout als tekenreeks. | Error | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
[overschrijven]
Retourneert standaard de tekenreeks "Error" of de waarde in de eigenschap Error.message, indien gedefinieerd. | Error | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
ILLEGAL_OPERATION : Number = 0x80040206 [statisch]
Defines the code for the error when the Flex automation mechanism encounters an illegal operation. | AutomationError | ||
ILLEGAL_RUNTIME_ID : Number = 0x8004020D [statisch]
Defines the code for the error when the Flex automation mechanism encounters an illegal runtime ID. | AutomationError | ||
OBJECT_NOT_FOUND : Number = 0x80040202 [statisch]
Defines the code for the error when an object is not found by the Flex automation mechanism. | AutomationError | ||
OBJECT_NOT_UNIQUE : Number = 0x80040203 [statisch]
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 [statisch]
Defines the code for the error when an object used by the Flex automation mechanism is not visible. | AutomationError |
Eigenschapdetails
code | eigenschap |
Constructordetails
AutomationError | () | Constructor |
Constantedetails
ILLEGAL_OPERATION | Constante |
public static const ILLEGAL_OPERATION:Number = 0x80040206
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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:42 AM Z