Share via


SecureStoreServiceCredentialsNotFoundException constructor (String, Exception)

Initializes a new instance of the SecureStoreServiceCredentialsNotFoundException class with a specified message and a reference to the inner exception that caused this exception.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.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 SecureStoreServiceCredentialsNotFoundException(message, _
    innerException)
public SecureStoreServiceCredentialsNotFoundException(
    string message,
    Exception innerException
)

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