SecureStoreCredentialsNotFoundException Class

Represents an exception that is thrown from the Secure Store when the credentials are not available for a given target application.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreException
      Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialsNotFoundException

Namespace:  Microsoft.BusinessData.Infrastructure.SecureStore
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SecureStoreCredentialsNotFoundException _
    Inherits SecureStoreException
'Usage
Dim instance As SecureStoreCredentialsNotFoundException
[SerializableAttribute]
public class SecureStoreCredentialsNotFoundException : 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.

See Also

Reference

SecureStoreCredentialsNotFoundException Members

Microsoft.BusinessData.Infrastructure.SecureStore Namespace