SoapFaultSubCode Constructor (XmlQualifiedName^)

 

Initializes a new instance of the T:System.Web.Services.Protocols.SoapFaultSubcode class sets the application specific error code.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
SoapFaultSubCode(
	XmlQualifiedName^ code
)

Parameters

code
Type: System.Xml::XmlQualifiedName^

An XmlQualifiedName specifying the application specific error code. Sets the P:System.Web.Services.Protocols.SoapFaultSubcode.Code property.

.NET Framework
Available since 2.0
Return to top
Show: