Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.FaultCount

TElXMLSOAPClient     See also     


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


The number of faults in the server response.

Declaration

[C#]
    int FaultCount;

[VB.NET]
    Property FaultCount As Integer

[Pascal]
    property FaultCount : Integer;

[C++]
    int32_t get_FaultCount();

[PHP]
    integer get_FaultCount()

[Java]
    int getFaultCount();

Description

This property returns the number of faults parsed from the response message.

See also:     ResponseSOAPMessage     Faults     FaultActor     FaultCode     FaultString    

Discuss this help topic in SecureBlackbox Forum