Aracılığıyla paylaş


SecureStoreTargetApplicationNotFoundException Constructor (String, String)

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

Namespace:  Microsoft.BusinessData.Infrastructure.SecureStore
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.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 SecureStoreTargetApplicationNotFoundException(message, _
    targetAppId)
public SecureStoreTargetApplicationNotFoundException(
    string message,
    string targetAppId
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

  • targetAppId
    Type: System.String

    The target application identifier.

See Also

Reference

SecureStoreTargetApplicationNotFoundException Class

SecureStoreTargetApplicationNotFoundException Members

SecureStoreTargetApplicationNotFoundException Overload

Microsoft.BusinessData.Infrastructure.SecureStore Namespace