Udostępnij za pośrednictwem


ReferralFormatException Members

The exception that is thrown when the format of a Referral is invalid.

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

Public Constructors

  Name Description
ReferralFormatException Overloaded. Initializes a new instance of the ReferralException class.

Top

Public Fields

  Name Description
public field static BadCreatedValue Indicates that the referral contains an invalid created element.
public field static BadDescValue Indicates that the Desc element is invalid. This field is read-only.
public field static BadExactValue Indicates that the Exact child element of the For element is invalid. This field is read-only.
public field static BadMatchCombination Indicates that either both the Exact and Prefix child elements of a For element are present, or both are null. This field is read-only.
public field static BadPrefixValue Indicates that the Prefix child element of the For element is invalid. This field is read-only.
public field static BadRefAddrValue Indicates that the referral address is not valid. This field is read-only.
public field static BadRefIdValue Indicates that the RefId element is invalid. This field is read-only.
public field static BadRidValue Indicates that the RefId is equal to a URI in the Invalidates element of If . This field is read-only.
public field static BadTransport Indicates that the Value sub-element of the Via element has an invalid HTTPS scheme. This field is read-only.
public field static BadTtlValue Indicates that the Ttl child element of the If element is invalid. This field is read-only.
public field static BadViaValue Indicates that the Value child element of Via element is empty. This field is read-only.
public field static ClientFaultCode  (Inherited from SoapException )
public field static DetailElementName  (Inherited from SoapException )
public field static ExactIsNotAbsoluteUri Indicates that the Exact child element of the For element does not have an absolute URI. This field is read-only.
public field static MoreThanOneReferralHeaders Indicates that there is more than one referral header in the message. This field is read-only.
public field static MustUnderstandFaultCode  (Inherited from SoapException )
public field static NegativeTtlValue Indicates that the Ttl child element of the If element is negative. This field is read-only.
public field static PrefixIsNotAbsoluteUri Indicates that the Prefix child element of the For element does not have an absolute URI. This field is read-only.
public field static RefAddrIsNotAbsoluteUri Indicates that the referral address is not an absolute Uri. This field is read-only.
public field static ServerFaultCode  (Inherited from SoapException )
public field static SignedTtlValue Indicates that the Ttl child element of the If element is signed. This field is read-only.
public field static VersionMismatchFaultCode  (Inherited from SoapException )
public field static ViaIsNotAbsoluteUri Indicates that the Via element does not have an absolute URI. This field is read-only.

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

ReferralFormatException Class
Microsoft.Web.Services3.Referral Namespace