Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an exception that is thrown from the Secure Store when the specified target application does not exist in the Secure Store.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreException
Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreTargetApplicationNotFoundException
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SecureStoreTargetApplicationNotFoundException _
Inherits SecureStoreException
'Usage
Dim instance As SecureStoreTargetApplicationNotFoundException
[SerializableAttribute]
public class SecureStoreTargetApplicationNotFoundException : SecureStoreException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.