SecureStoreServiceTargetApplicationNotFoundFault Members
Include Protected Members
Include Inherited Members
Represents a fault that is caused when the Secure Store Service cannot find the requested target application in the Secure Store database.
The SecureStoreServiceTargetApplicationNotFoundFault type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecureStoreServiceTargetApplicationNotFoundFault(SecureStoreServiceTargetApplicationNotFoundException) | Initializes a new instance of the SecureStoreServiceTargetApplicationNotFoundFault class with the SecureStoreServiceTargetApplicationNotFoundException. | |
SecureStoreServiceTargetApplicationNotFoundFault(String, String) | Initializes a new instance of the SecureStoreServiceTargetApplicationNotFoundFault class with a specified message and the target application ID. |
Top
Properties
Name | Description | |
---|---|---|
Message | Gets or sets an implementation-specific description of the fault. | |
TargetApplicationId | Gets or sets the ID of the target application. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top