SecureStoreServiceTargetApplicationNotFoundException class

The exception that is thrown when the Secure Store Service cannot find the requested target application in the Secure Store database.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreException
      Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreTargetApplicationNotFoundException
        Microsoft.Office.SecureStoreService.Server.SecureStoreServiceTargetApplicationNotFoundException

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SecureStoreServiceTargetApplicationNotFoundException _
    Inherits SecureStoreTargetApplicationNotFoundException
'Usage
Dim instance As SecureStoreServiceTargetApplicationNotFoundException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SecureStoreServiceTargetApplicationNotFoundException : SecureStoreTargetApplicationNotFoundException

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.

See also

Reference

SecureStoreServiceTargetApplicationNotFoundException members

Microsoft.Office.SecureStoreService.Server namespace