Share via


SecureStoreServiceCredentialsNotFoundException-Klasse

Die Ausnahme, die ausgelöst wird, wenn der Einmaliges Anmelden die erforderlichen Anmeldeinformationen in der Einmaliges Anmelden -Datenbank nicht gefunden.

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreException
      Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialsNotFoundException
        Microsoft.Office.SecureStoreService.Server.SecureStoreServiceCredentialsNotFoundException

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 SecureStoreServiceCredentialsNotFoundException _
    Inherits SecureStoreCredentialsNotFoundException
'Usage
Dim instance As SecureStoreServiceCredentialsNotFoundException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SecureStoreServiceCredentialsNotFoundException : SecureStoreCredentialsNotFoundException

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SecureStoreServiceCredentialsNotFoundException-Member

Microsoft.Office.SecureStoreService.Server-Namespace