System.Web.Services
2.0.0.0
System.Object
A SOAP 1.2 fault contains a Code element and among other things an optional Subcode element. The Code element specifies the type of error that occurred using a limited number of pre-defined error codes specified by the SOAP protocol, whereas the Subcode element allows the sender of the SOAP fault to provide an application specific error code. This class represents the contents of the Subcode element.
XML Web services return a SOAP fault by throwing a and.NET clients receive a SOAP fault by catching a . A has the property representing the Code element and the property representing the Subcode element.
Represents the contents of the optional Subcode element of a SOAP fault when SOAP version 1.2 is used to communicate between a client and an XML Web service.
Constructor
To be added.
Initializes a new instance of the class sets the application specific error code.
An specifying the application specific error code. Sets the property.
2.0.0.0
Constructor
To be added.
To be added.
Initializes a new instance of the class setting the application specific error code and additional error information.
An specifying the application specific error code. Sets the property.
2.0.0.0
Property
System.Xml.XmlQualifiedName
To be added.
Use a constructor to set the property.
The value of the property can be any user defined XML qualified name, including the codes represented by the , , , and fields.
Gets the application specific error code in the form of an XML qualified name.
2.0.0.0
Property
System.Web.Services.Protocols.SoapFaultSubCode
To be added.
Use a constructor to set the property.
The property allows an XML Web service to provide nested error information. This is useful for providing an error code specific to the XML Web service while passing along error information returned from components the XML Web service called.
Gets additional error information contained within a child Subcode element.
2.0.0.0