SecureStoreServiceTargetApplicationNotFoundException Constructor (String)
Initializes a new instance of the SecureStoreServiceTargetApplicationNotFoundException class with a specified message.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New SecureStoreServiceTargetApplicationNotFoundException(message)
public SecureStoreServiceTargetApplicationNotFoundException(
string message
)
Parameters
message
Type: System.StringThe message that explains the reason for the exception.
See Also
Reference
SecureStoreServiceTargetApplicationNotFoundException Class
SecureStoreServiceTargetApplicationNotFoundException Members
SecureStoreServiceTargetApplicationNotFoundException Overload