SoapFaultSubCode Constructor (XmlQualifiedName^, SoapFaultSubCode^)
.NET Framework (current version)
Initializes a new instance of the SoapFaultSubCode class setting the application specific error code and additional error information.
Assembly: System.Web.Services (in System.Web.Services.dll)
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
Available since 2.0
Show: