Soap11ElementNames Members

Specifies the sub elements that are defined in the SOAP Fault element.

The following tables list the members exposed by the Soap11ElementNames type.

Public Constructors

  Name Description
Soap11ElementNames Initializes a new instance of the Soap11ElementNames class.

Top

Public Fields

  Name Description
public field static FaultActor Specifies the element that defines who caused a SOAP fault to occur within the message path. This field is constant with a value of "faultactor".
public field static FaultCode Specifies the element defining the fault code that is used to provide a mechanism for identifying the fault. This field is constant with a value of "faultcode".
public field static FaultDetail Specifies the element that defines the details of a SOAP fault. The detail element carries error information relating to the SOAP Body element. This field is constant with a value of "detail".
public field static FaultString Specifies the element that provides a human readable explanation as to why the fault occurred. This field is constant with a value of "faultstring".

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

Soap11ElementNames Class
Microsoft.Web.Services3 Namespace