Share via


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
Public method SecureStoreTargetApplicationNotFoundException() Initializes a new instance of the class.
Public method SecureStoreTargetApplicationNotFoundException(String) Initializes a new instance of the class with a specified error message.
Protected method SecureStoreTargetApplicationNotFoundException(SerializationInfo, StreamingContext) Initializes a new instance of the class with serialized data.
Public method 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.
Public method 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
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetApplicationId Gets the target application identifier (ID).
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the object data by using the serialization information and the streaming context. (Overrides SecureStoreException.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Exception.)

Top

See Also

Reference

SecureStoreTargetApplicationNotFoundException Class

Microsoft.BusinessData.Infrastructure.SecureStore Namespace