SecureStoreServiceCredentialsNotFoundException Class
The exception that is thrown when the Secure Store Service cannot find the requested credentials in the Secure Store Service database.
Inheritance Hierarchy
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
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.