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 */
public SoapFaultSubCode get_SubCode ()

public function get SubCode () : SoapFaultSubCode

Not applicable.

Property Value

A SoapFaultSubcode containing additional error information.

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.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

.NET Compact Framework

Supported in: 2.0

Community Additions

ADD
Show: