Paket | mx.automation |
Sınıf | public class AutomationError |
Miras Alma | AutomationError Error Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
code : Number [salt okunur]
The current error code. | AutomationError | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
errorID : int [salt okunur]
Belirli bir hata mesajı ile ilişkili başvuru numarasını içerir. | Error | ||
message : String
Error nesnesi ile ilişkili mesajı içerir. | Error | ||
name : String
Error nesnesinin adını içerir. | Error |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | AutomationError | ||
Hatanın oluştuğu zamanda, bir hata için dize şeklinde çağrı yığını döndürür. | Error | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
[geçersiz kıl]
Varsayılan olarak "Error" dizesini veya tanımlıysa Error.message özelliğinde bulunan değeri döndürür. | Error | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
ILLEGAL_OPERATION : Number = 0x80040206 [statik]
Defines the code for the error when the Flex automation mechanism encounters an illegal operation. | AutomationError | ||
ILLEGAL_RUNTIME_ID : Number = 0x8004020D [statik]
Defines the code for the error when the Flex automation mechanism encounters an illegal runtime ID. | AutomationError | ||
OBJECT_NOT_FOUND : Number = 0x80040202 [statik]
Defines the code for the error when an object is not found by the Flex automation mechanism. | AutomationError | ||
OBJECT_NOT_UNIQUE : Number = 0x80040203 [statik]
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 [statik]
Defines the code for the error when an object used by the Flex automation mechanism is not visible. | AutomationError |
Özellik Ayrıntısı
code | özellik |
Yapıcı Ayrıntı
AutomationError | () | Yapıcı |
Sabit Ayrıntısı
ILLEGAL_OPERATION | Sabit |
public static const ILLEGAL_OPERATION:Number = 0x80040206
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Defines the code for the error when the Flex automation mechanism encounters an illegal operation.
ILLEGAL_RUNTIME_ID | Sabit |
public static const ILLEGAL_RUNTIME_ID:Number = 0x8004020D
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const OBJECT_NOT_FOUND:Number = 0x80040202
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const OBJECT_NOT_UNIQUE:Number = 0x80040203
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const OBJECT_NOT_VISIBLE:Number = 0x80040205
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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:09 PM Z