SoapFaultSubCode Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SoapFaultSubCode class.
Overloads
SoapFaultSubCode(XmlQualifiedName) |
Initializes a new instance of the SoapFaultSubCode class and sets the application specific error code. |
SoapFaultSubCode(XmlQualifiedName, SoapFaultSubCode) |
Initializes a new instance of the SoapFaultSubCode class setting the application specific error code and additional error information. |
SoapFaultSubCode(XmlQualifiedName)
Initializes a new instance of the SoapFaultSubCode class and sets the application specific error code.
public:
SoapFaultSubCode(System::Xml::XmlQualifiedName ^ code);
public SoapFaultSubCode (System.Xml.XmlQualifiedName code);
new System.Web.Services.Protocols.SoapFaultSubCode : System.Xml.XmlQualifiedName -> System.Web.Services.Protocols.SoapFaultSubCode
Public Sub New (code As XmlQualifiedName)
Parameters
- code
- XmlQualifiedName
An XmlQualifiedName specifying the application specific error code. Sets the Code property.
Applies to
SoapFaultSubCode(XmlQualifiedName, SoapFaultSubCode)
Initializes a new instance of the SoapFaultSubCode class setting the application specific error code and additional error information.
public:
SoapFaultSubCode(System::Xml::XmlQualifiedName ^ code, System::Web::Services::Protocols::SoapFaultSubCode ^ subCode);
public SoapFaultSubCode (System.Xml.XmlQualifiedName code, System.Web.Services.Protocols.SoapFaultSubCode subCode);
new System.Web.Services.Protocols.SoapFaultSubCode : System.Xml.XmlQualifiedName * System.Web.Services.Protocols.SoapFaultSubCode -> System.Web.Services.Protocols.SoapFaultSubCode
Public Sub New (code As XmlQualifiedName, subCode As SoapFaultSubCode)
Parameters
- code
- XmlQualifiedName
An XmlQualifiedName specifying the application specific error code. Sets the Code property.
- subCode
- SoapFaultSubCode
A SoapFaultSubCode specifying additional application specific error information. Sets the SubCode property.
Applies to
.NET