Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.FaultActor

TElXMLSOAPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies who caused the fault.

Declaration

[C#]
    string FaultActor;

[VB.NET]
    Property FaultActor As String

[Pascal]
    property FaultActor : XMLString;

[C++]
    void get_FaultActor(sb_u16string &OutResult);
    void get_FaultActor(std::wstring &OutResult);

[PHP]
    string get_FaultActor()

[Java]
    String getFaultActor();

Description

This property indicates the source of the fault.

See also:     Faults     FaultCode     FaultCount     FaultString    

Discuss this help topic in SecureBlackbox Forum