Soap11ElementNames.FaultDetail Field
Specifies the element that defines the details of a SOAP fault. The detail element carries error information relating to the SOAP Body element. This field is constant with a value of "detail".
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As String
returnValue = Soap11ElementNames.FaultDetail
Syntax
'Declaration
Public Const FaultDetail As String
public const string FaultDetail;
public:
literal String^ FaultDetail;
public static final System.String FaultDetail;
public var FaultDetail : String;
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
Soap11ElementNames Class
Soap11ElementNames Members
Microsoft.Web.Services3 Namespace