Share via


SecureStoreServiceCredentialsNotFoundException Constructor (String, String, Uri)

Initializes a new instance of the SecureStoreServiceCredentialsNotFoundException class with a specified message, target application information, and a credential management URL.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    targetAppId As String, _
    url As Uri _
)
'Usage
Dim message As String
Dim targetAppId As String
Dim url As Uri

Dim instance As New SecureStoreServiceCredentialsNotFoundException(message, _
    targetAppId, url)
public SecureStoreServiceCredentialsNotFoundException(
    string message,
    string targetAppId,
    Uri url
)

Parameters

  • message
    Type: System.String

    The message that explains the reason for the exception.

  • url
    Type: System.Uri

    The credentials management URL.

See Also

Reference

SecureStoreServiceCredentialsNotFoundException Class

SecureStoreServiceCredentialsNotFoundException Members

SecureStoreServiceCredentialsNotFoundException Overload

Microsoft.Office.SecureStoreService.Server Namespace