TrustFault Members

The exception that is thrown when an error occurs while handling security token requests.

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

Public Constructors

  Name Description
TrustFault Overloaded. Initializes a new instance of the TrustFault class.

Top

Public Fields

  Name Description
public field static BadRequestCode Specifies the SOAP fault code indicating that a security token request is not understood.
public field static BadRequestMessage Specifies the error message of a TrustFault exception when a security token request is not understood. This field is constant.
public field static ClientFaultCode  (Inherited from SoapException )
public field static DetailElementName  (Inherited from SoapException )
public field static FailedAuthenticationCode Specifies the SOAP fault code indicating that the requester of the security token cannot be authenticated.
public field static FailedAuthenticationMessage Specifies the error message of a TrustFault exception when the requester of the security token cannot be authenticated. This field is constant.
public field static InvalidRequestCode Specifies the SOAP fault code indicating that a security token request is invalid or malformed.
public field static InvalidRequestMessage Specifies the error message of a TrustFault exception when a security token request is invalid or malformed. This field is constant.
public field static MustUnderstandFaultCode  (Inherited from SoapException )
public field static RequestFailedCode Specifies the SOAP fault code indicating that a security token request failed.
public field static RequestFailedMessage Specifies the error message of a TrustFault exception when a security token request fails. This field is constant.
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

TrustFault Class
Microsoft.Web.Services3.Security Namespace