Share via


AddressingFault Members

Represents a routing fault that can occur along the message path.

The following tables list the members exposed by the AddressingFault type.

Public Constructors

  Name Description
AddressingFault Overloaded.  

Top

Public Fields

  Name Description
public field static ActionNotSupportedCode Specifies a SOAP fault code indicating that the sender did not find an operation that matched the given Action.
public field static ActionNotSupportedMessage Message indicating the sender did not find an operation that matched the given Action.
public field static ClientFaultCode  (Inherited from SoapException )
public field static DestinationUnreachableCode Specifies a SOAP fault code indicating that an endpoint in the message path is not reachable.
public field static DestinationUnreachableMessage Message indicating an endpoint in the message path is not reachable.
public field static DetailElementName  (Inherited from SoapException )
public field static EndpointUnavailableCode Specifies a SOAP fault code indicating that an endpoint is unavailable.
public field static EndpointUnavailableMessage Message indicating an endpoint is unavailable.
public field static HeaderRequiredCode Specifies a SOAP fault code indicating that the header entry was not present in a SOAP message.
public field static HeaderRequiredMessage Message indicating the header entry was not present in a SOAP message.
public field static InvalidHeaderCode Specifies a SOAP fault code indicating that the header is either malformed or incomplete.
public field static InvalidHeaderMessage Message indicating the header is either malformed or incomplete.
public field static MustUnderstandFaultCode  (Inherited from SoapException )
public field static ServerFaultCode  (Inherited from SoapException )
public field static VersionMismatchFaultCode  (Inherited from SoapException )

Top

Public Properties

(see also Protected Properties )

  Name Description
public property Actor  (Inherited from SoapException )
public property Code  (Inherited from SoapException )
public property Data  (Inherited from Exception )
public property Detail  (Inherited from SoapException )
public property HelpLink  (Inherited from Exception )
public property InnerException  (Inherited from Exception )
public property Lang  (Inherited from SoapException )
public property Message  (Inherited from Exception )
public property Node  (Inherited from SoapException )
public property Role  (Inherited from SoapException )
public property Source  (Inherited from Exception )
public property StackTrace  (Inherited from Exception )
public property SubCode  (Inherited from SoapException )
public property TargetSite  (Inherited from Exception )

Top

Protected Properties

  Name Description
protected property HResult  (Inherited from Exception )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetBaseException  (Inherited from Exception )
public method GetHashCode  (Inherited from Object )
public method GetObjectData  (Inherited from SoapException )
public method GetType  (Inherited from Exception )
public method static IsClientFaultCode  (Inherited from SoapException )
public method static IsMustUnderstandFaultCode  (Inherited from SoapException )
public method static IsServerFaultCode  (Inherited from SoapException )
public method static IsVersionMismatchFaultCode  (Inherited from SoapException )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Exception )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

AddressingFault Class
Microsoft.Web.Services3.Addressing Namespace