Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
mx.rpc.soap 

SOAPFault  - AS3 Flex

Paketmx.rpc.soap
Sınıfpublic class SOAPFault
Miras AlmaSOAPFault Inheritance Fault Inheritance Error Inheritance 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

A subclass of mx.rpc.Fault that provides SOAP specific information from a SOAP envelope Fault element.



Genel Özellikler
 ÖzellikTanımlayan:
 Inheritedconstructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru.
Object
 Inheritedcontent : Object
The raw content of the fault (if available), such as an HTTP response body.
Fault
  detail : String
The detail property is the same as faultDetail but exists to match the case of the detail element in a SOAP Fault.
SOAPFault
  element : XML
The raw XML of this SOAP Fault.
SOAPFault
 InheritederrorID : int
[salt okunur] Belirli bir hata mesajı ile ilişkili başvuru numarasını içerir.
Error
  faultactor : String
A SOAP Fault may provide information about who caused the fault through a faultactor property.
SOAPFault
  faultcode : QName
The faultcode property is similar to faultCode but exists to both match the case of the faultcode element in a SOAP Fault and to provide the fully qualified name of the code.
SOAPFault
 InheritedfaultCode : String
[salt okunur] A simple code describing the fault.
Fault
 InheritedfaultDetail : String
[salt okunur] Any extra details of the fault.
Fault
  faultstring : String
The faultstring property is the same as faultString but exists to match the case of the faultstring element in a SOAP envelope Fault.
SOAPFault
 InheritedfaultString : String
[salt okunur] Text description of the fault.
Fault
 Inheritedmessage : String
Error nesnesi ile ilişkili mesajı içerir.
Error
 Inheritedname : String
Error nesnesinin adını içerir.
Error
 InheritedrootCause : Object
The cause of the fault.
Fault
Genel Yöntemler
 YöntemTanımlayan:
  
SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)
Constructs a new SOAPFault.
SOAPFault
 Inherited
Hatanın oluştuğu zamanda, bir hata için dize şeklinde çağrı yığını döndürür.
Error
 Inherited
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir.
Object
 Inherited
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir.
Object
 Inherited
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir.
Object
 Inherited
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar.
Object
 Inherited
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür.
Object
  
[geçersiz kıl] Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail.
SOAPFault
 Inherited
Belirtilen nesnenin temel değerini döndürür.
Object
Özellik Ayrıntısı

detail

özellik
detail:String

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

The detail property is the same as faultDetail but exists to match the case of the detail element in a SOAP Fault.



Uygulama
    public function get detail():String
    public function set detail(value:String):void

İlgili API Öğeleri

element

özellik 
public var element:XML

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

The raw XML of this SOAP Fault.

faultactor

özellik 
public var faultactor:String

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

A SOAP Fault may provide information about who caused the fault through a faultactor property.

faultcode

özellik 
public var faultcode:QName

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

The faultcode property is similar to faultCode but exists to both match the case of the faultcode element in a SOAP Fault and to provide the fully qualified name of the code.

İlgili API Öğeleri

faultstring

özellik 
faultstring:String

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

The faultstring property is the same as faultString but exists to match the case of the faultstring element in a SOAP envelope Fault.



Uygulama
    public function get faultstring():String
    public function set faultstring(value:String):void

İlgili API Öğeleri

Yapıcı Ayrıntı

SOAPFault

()Yapıcı
public function SOAPFault(faultCode:QName, faultString:String, detail:String = null, element:XML = null, faultactor:String = null)

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

Constructs a new SOAPFault.

Parametreler
faultCode:QName — The fully qualified name of the fault code.
 
faultString:String — The description of the fault.
 
detail:String (default = null) — Any extra details of the fault.
 
element:XML (default = null) — The raw XML of the SOAP fault.
 
faultactor:String (default = null) — Information about who caused the SOAP fault.
Yöntem Ayrıntısı

toString

()yöntem
override public function toString():String

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

Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail.

Döndürür
String — Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail.




[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.