Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPFault.Detail

TElXMLSOAPFault     See also     


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


Contains application-specific error information.

Declaration

[C#]
    string Detail;

[VB.NET]
    Property Detail As String

[Pascal]
    property Detail : XMLString;

[C++]
    void get_Detail(sb_u16string &OutResult);
    void get_Detail(std::wstring &OutResult);
    void set_Detail(const sb_u16string &Value);
    void set_Detail(const std::wstring &Value);

[PHP]
    string get_Detail()
    void set_Detail(string $Value)

[Java]
    String getDetail();
    void setDetail(String Value);

Description

This property contains the application-specific error information related to the message body.

See also:     FaultActor    

Discuss this help topic in SecureBlackbox Forum