SoapFaultSubCode::SubCode Property

 

Gets additional error information contained within a child Subcode element.

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

public:
property SoapFaultSubCode^ SubCode {
	SoapFaultSubCode^ get();
}

Property Value

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

A T:System.Web.Services.Protocols.SoapFaultSubcode containing additional error information.

Use a constructor to set the P:System.Web.Services.Protocols.SoapFaultSubcode.Subcode property. The P:System.Web.Services.Protocols.SoapFaultSubcode.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.

.NET Framework
Available since 2.0
Return to top
Show: