SecureStoreCredentialsNotFoundException Constructor (String, Exception)

Constructs a new instance of the class with a message and an inner exception.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New SecureStoreCredentialsNotFoundException(message, _
    innerException)
public SecureStoreCredentialsNotFoundException(
    string message,
    Exception innerException
)

Parameters

See Also

Reference

SecureStoreCredentialsNotFoundException Class

SecureStoreCredentialsNotFoundException Members

SecureStoreCredentialsNotFoundException Overload

Microsoft.BusinessData.Infrastructure.SecureStore Namespace