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. |
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. | |
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. | |
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. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Actor | (inherited from SoapException ) | |
Code | (inherited from SoapException ) | |
Detail | (inherited from SoapException ) | |
HelpLink | (inherited from Exception ) | |
InnerException | (inherited from Exception ) | |
Message | (inherited from Exception ) | |
Source | (inherited from Exception ) | |
StackTrace | (inherited from Exception ) | |
TargetSite | (inherited from Exception ) |
Top
Protected Properties
Name | Description | |
---|---|---|
HResult | (inherited from Exception ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GetBaseException | (inherited from Exception ) | |
GetHashCode | (inherited from Object ) | |
GetObjectData | (inherited from Exception ) | |
GetType | (inherited from Object ) | |
ToString | (inherited from Exception ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top