Share via


SecureStoreServiceTargetApplicationNotFoundException constructor (String)

Initializes a new instance of the SecureStoreServiceTargetApplicationNotFoundException 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 SecureStoreServiceTargetApplicationNotFoundException(message)
public SecureStoreServiceTargetApplicationNotFoundException(
    string message
)

Parameters

  • message
    Type: System.String

    The message that explains the reason for the exception.

See also

Reference

SecureStoreServiceTargetApplicationNotFoundException class

SecureStoreServiceTargetApplicationNotFoundException members

SecureStoreServiceTargetApplicationNotFoundException overload

Microsoft.Office.SecureStoreService.Server namespace