SoapFaultSubCode.SubCode Property
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.
Gets additional error information contained within a child Subcode
element.
public:
property System::Web::Services::Protocols::SoapFaultSubCode ^ SubCode { System::Web::Services::Protocols::SoapFaultSubCode ^ get(); };
public System.Web.Services.Protocols.SoapFaultSubCode SubCode { get; }
member this.SubCode : System.Web.Services.Protocols.SoapFaultSubCode
Public ReadOnly Property SubCode As SoapFaultSubCode
Property Value
A SoapFaultSubCode containing additional error information.
Remarks
Use a constructor to set the SubCode property. The SubCode 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.