This documentation is archived and is not being maintained.

SoapFaultSubCode Members

Represents the contents of the optional Subcode element of a SOAP fault when SOAP version 1.2 is used to communicate between a client and an XML Web service.

The SoapFaultSubCode type exposes the following members.

  NameDescription
Public method Supported by the .NET Compact Framework SoapFaultSubCode Overloaded. Initializes a new instance of the SoapFaultSubcode class.
Top

  NameDescription
Public method Supported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType Gets the type of the current instance. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property Supported by the .NET Compact Framework Code Gets the application specific error code in the form of an XML qualified name.
Public property Supported by the .NET Compact Framework SubCode Gets additional error information contained within a child Subcode element.
Top
Show: