Share via


SecureStoreServiceTargetApplicationNotFoundFault constructor (String, String)

Initializes a new instance of the SecureStoreServiceTargetApplicationNotFoundFault class with a specified 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, _
    targetApplicationId As String _
)
'Usage
Dim message As String
Dim targetApplicationId As String

Dim instance As New SecureStoreServiceTargetApplicationNotFoundFault(message, _
    targetApplicationId)
public SecureStoreServiceTargetApplicationNotFoundFault(
    string message,
    string targetApplicationId
)

Parameters

  • message
    Type: System.String

    A description message for the fault.

  • targetApplicationId
    Type: System.String

    The ID of the target application.

See also

Reference

SecureStoreServiceTargetApplicationNotFoundFault class

SecureStoreServiceTargetApplicationNotFoundFault members

SecureStoreServiceTargetApplicationNotFoundFault overload

Microsoft.Office.SecureStoreService.Server namespace