Share via


SecureStoreServiceCredentialsNotFoundException Constructor (String)

Initializes a new instance of the SecureStoreServiceCredentialsNotFoundException class with a specified message.

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

Syntax

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

Dim instance As New SecureStoreServiceCredentialsNotFoundException(message)
public SecureStoreServiceCredentialsNotFoundException(
    string message
)

Parameters

  • message
    Type: System.String

    The message that explains the reason for the exception.

See Also

Reference

SecureStoreServiceCredentialsNotFoundException Class

SecureStoreServiceCredentialsNotFoundException Members

SecureStoreServiceCredentialsNotFoundException Overload

Microsoft.Office.SecureStoreService.Server Namespace