SecureStoreTargetApplicationNotFoundException Members
Include Protected Members
Include Inherited Members
Represents an exception that is thrown from the Secure Store when the specified target application does not exist in the Secure Store.
The SecureStoreTargetApplicationNotFoundException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecureStoreTargetApplicationNotFoundException() | Initializes a new instance of the class. | |
SecureStoreTargetApplicationNotFoundException(String) | Initializes a new instance of the class with a specified error message. | |
SecureStoreTargetApplicationNotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
SecureStoreTargetApplicationNotFoundException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception. | |
SecureStoreTargetApplicationNotFoundException(String, String) | Initializes a new instance of the class with a specified error message and the identifier (ID) of the target application. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetApplicationId | Gets the target application identifier (ID). | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the object data by using the serialization information and the streaming context. (Overrides SecureStoreException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top