Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.FaultCode

TElXMLSOAPClient     See also     


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


Specifies the error code.

Declaration

[C#]
    string FaultCode;

[VB.NET]
    Property FaultCode As String

[Pascal]
    property FaultCode : XMLString;

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

[PHP]
    string get_FaultCode()

[Java]
    String getFaultCode();

Description

This property specifies the error code.

See also:     Faults     FaultActor     FaultCount     FaultString    

Discuss this help topic in SecureBlackbox Forum