System.Web.Services.Protocols.SoapFaultSubCode.SubCode Property

Gets additional error information contained within a child Subcode element.

Syntax

public SoapFaultSubCode SubCode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use a constructor to set the SoapFaultSubcode.Subcode property.

The 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.

Requirements

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0