System.Web.Services.Protocols.SoapFaultSubCode.Code Property

Gets the application specific error code in the form of an XML qualified name.

Syntax

public System.Xml.XmlQualifiedName Code { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use a constructor to set the SoapFaultSubcode.Code property.

The value of the SoapFaultSubcode.Code property can be any user defined XML qualified name, including the codes represented by the Soap12FaultCodes.RpcProcedureNotPresentFaultCode, Soap12FaultCodes.RpcBadArgumentsFaultCode, Soap12FaultCodes.EncodingMissingIDFaultCode, and Soap12FaultCodes.EncodingUntypedValueFaultCode fields.

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