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.StringA description message for the fault.
targetApplicationId
Type: System.StringThe ID of the target application.
See Also
Reference
SecureStoreServiceTargetApplicationNotFoundFault Class
SecureStoreServiceTargetApplicationNotFoundFault Members