Share via


SecureStoreServiceTargetApplicationNotFoundException constructor (String, String)

Initializes a new instance of the SecureStoreServiceTargetApplicationNotFoundException class with a specified error message and the target application ID.

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 _
)
'Usage
Dim message As String
Dim targetAppId As String

Dim instance As New SecureStoreServiceTargetApplicationNotFoundException(message, _
    targetAppId)
public SecureStoreServiceTargetApplicationNotFoundException(
    string message,
    string targetAppId
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See also

Reference

SecureStoreServiceTargetApplicationNotFoundException class

SecureStoreServiceTargetApplicationNotFoundException members

SecureStoreServiceTargetApplicationNotFoundException overload

Microsoft.Office.SecureStoreService.Server namespace