Discuss this help topic in SecureBlackbox Forum

TElWebDAVErrorResponse.Description

TElWebDAVErrorResponse     See also     


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


Contains error's description.

Declaration

[C#]
    string Description;

[VB.NET]
    Property Description As String

[Pascal]
    property Description : string;

[C++]
    void get_Description(std::string &OutResult);

[PHP]
    string get_Description()

[Java]
    String getDescription();

Description

    Use this property to get textual description of the error.

See also:     Error    

Discuss this help topic in SecureBlackbox Forum