Paket | mx.automation |
Klass | public class AutomationError |
Arv | AutomationError Error Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Fler exempel
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
code : Number [skrivskyddad]
The current error code. | AutomationError | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
errorID : int [skrivskyddad]
Innehåller referensnumret som är associerat med det specifika felmeddelandet. | Error | ||
message : String
Innehåller meddelandet som är associerat med Error-objektet. | Error | ||
name : String
Innehåller namnet på Error-objektet. | Error |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Constructor. | AutomationError | ||
Returnerar anropsstacken för ett fel när felet byggs upp som en sträng. | Error | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
[åsidosätt]
Returnerar strängen ”Error” som standard eller det värde som finns i egenskapen Error.message, om den har definierats. | Error | ||
Returnerar det angivna objektets primitiva värde. | Object |
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
ILLEGAL_OPERATION : Number = 0x80040206 [statisk]
Defines the code for the error when the Flex automation mechanism encounters an illegal operation. | AutomationError | ||
ILLEGAL_RUNTIME_ID : Number = 0x8004020D [statisk]
Defines the code for the error when the Flex automation mechanism encounters an illegal runtime ID. | AutomationError | ||
OBJECT_NOT_FOUND : Number = 0x80040202 [statisk]
Defines the code for the error when an object is not found by the Flex automation mechanism. | AutomationError | ||
OBJECT_NOT_UNIQUE : Number = 0x80040203 [statisk]
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 [statisk]
Defines the code for the error when an object used by the Flex automation mechanism is not visible. | AutomationError |
Egenskapsdetaljer
code | egenskap |
Konstruktordetaljer
AutomationError | () | Konstruktor |
Konstantdetaljer
ILLEGAL_OPERATION | Konstant |
public static const ILLEGAL_OPERATION:Number = 0x80040206
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Defines the code for the error when the Flex automation mechanism encounters an illegal operation.
ILLEGAL_RUNTIME_ID | Konstant |
public static const ILLEGAL_RUNTIME_ID:Number = 0x8004020D
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const OBJECT_NOT_FOUND:Number = 0x80040202
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const OBJECT_NOT_UNIQUE:Number = 0x80040203
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const OBJECT_NOT_VISIBLE:Number = 0x80040205
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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, 01:40 PM Z