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.StringThe error message that explains the reason for the exception.
targetAppId
Type: System.StringThe target application ID.
See Also
Reference
SecureStoreServiceTargetApplicationNotFoundException Class
SecureStoreServiceTargetApplicationNotFoundException Members
SecureStoreServiceTargetApplicationNotFoundException Overload