Discuss this help topic in SecureBlackbox Forum

TElWebDAVErrorResponse Constructor

TElWebDAVErrorResponse     


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


Creates a new instance of TElWebDAVErrorResponse class.

Declaration

[C#]
    TElWebDAVErrorResponse(TElXMLDOMNode Node);

[VB.NET]
    Sub New(ByVal Node As TElXMLDOMNode)

[Pascal]
    constructor Create(const Node : TElXMLDOMNode);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElWebDAVErrorResponse(TElXMLDOMNode Node);
    public TElWebDAVErrorResponse();

Parameters

  • Node - the XML node containing information about the error.

Description

    Use this method to create a new instance of TElWebDAVErrorResponse.

Discuss this help topic in SecureBlackbox Forum