Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPFault.FaultCode

TElXMLSOAPFault     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);
    void set_FaultCode(const sb_u16string &Value);
    void set_FaultCode(const std::wstring &Value);

[PHP]
    string get_FaultCode()
    void set_FaultCode(string $Value)

[Java]
    String getFaultCode();
    void setFaultCode(String Value);

Description

This property specifies the error code.

See also:     FaultString    

Discuss this help topic in SecureBlackbox Forum