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 | |
---|---|---|
BadRequestCode | Specifies the SOAP fault code indicating that a security token request is not understood. | |
BadRequestMessage | Specifies the error message of a TrustFault exception when a security token request is not understood. This field is constant. | |
ClientFaultCode | (Inherited from SoapException ) | |
DetailElementName | (Inherited from SoapException ) | |
FailedAuthenticationCode | Specifies the SOAP fault code indicating that the requester of the security token cannot be authenticated. | |
FailedAuthenticationMessage | Specifies the error message of a TrustFault exception when the requester of the security token cannot be authenticated. This field is constant. | |
InvalidRequestCode | Specifies the SOAP fault code indicating that a security token request is invalid or malformed. | |
InvalidRequestMessage | Specifies the error message of a TrustFault exception when a security token request is invalid or malformed. This field is constant. | |
MustUnderstandFaultCode | (Inherited from SoapException ) | |
RequestFailedCode | Specifies the SOAP fault code indicating that a security token request failed. | |
RequestFailedMessage | Specifies the error message of a TrustFault exception when a security token request fails. This field is constant. | |
ServerFaultCode | (Inherited from SoapException ) | |
VersionMismatchFaultCode | (Inherited from SoapException ) |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Actor | (Inherited from SoapException ) | |
Code | (Inherited from SoapException ) | |
Data | (Inherited from Exception ) | |
Detail | (Inherited from SoapException ) | |
HelpLink | (Inherited from Exception ) | |
InnerException | (Inherited from Exception ) | |
Lang | (Inherited from SoapException ) | |
Message | (Inherited from Exception ) | |
Node | (Inherited from SoapException ) | |
Role | (Inherited from SoapException ) | |
Source | (Inherited from Exception ) | |
StackTrace | (Inherited from Exception ) | |
SubCode | (Inherited from SoapException ) | |
TargetSite | (Inherited from Exception ) |
Top
Protected Properties
Name | Description | |
---|---|---|
HResult | (Inherited from Exception ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetBaseException | (Inherited from Exception ) | |
GetHashCode | (Inherited from Object ) | |
GetObjectData | (Inherited from SoapException ) | |
GetType | (Inherited from Exception ) | |
IsClientFaultCode | (Inherited from SoapException ) | |
IsMustUnderstandFaultCode | (Inherited from SoapException ) | |
IsServerFaultCode | (Inherited from SoapException ) | |
IsVersionMismatchFaultCode | (Inherited from SoapException ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Exception ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top