SecureStoreException Class
Represents an exception class that is thrown from a Secure Store object.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreException
Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreCredentialsNotFoundException
Microsoft.BusinessData.Infrastructure.SecureStore.SecureStoreTargetApplicationNotFoundException
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SecureStoreException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As SecureStoreException
[SerializableAttribute]
public class SecureStoreException : Exception,
ISerializable
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.