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 | |
---|---|---|
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". | |
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". | |
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". | |
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 | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top