SoapFaultSubCode Constructor (XmlQualifiedName^, SoapFaultSubCode^)

 

Initializes a new instance of the SoapFaultSubCode class setting the application specific error code and additional error information.

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

public:
SoapFaultSubCode(
	XmlQualifiedName^ code,
	SoapFaultSubCode^ subCode
)

Parameters

code
Type: System.Xml::XmlQualifiedName^

An XmlQualifiedName specifying the application specific error code. Sets the Code property.

subCode
Type: System.Web.Services.Protocols::SoapFaultSubCode^

A SoapFaultSubCode specifying additional application specific error information. Sets the SubCode property.

.NET Framework
Available since 2.0
Return to top
Show: