SecureStoreServiceTargetApplicationNotFoundFault Constructor (SecureStoreServiceTargetApplicationNotFoundException)
Initializes a new instance of the SecureStoreServiceTargetApplicationNotFoundFault class with the SecureStoreServiceTargetApplicationNotFoundException.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Sub New ( _
exception As SecureStoreServiceTargetApplicationNotFoundException _
)
'Usage
Dim exception As SecureStoreServiceTargetApplicationNotFoundException
Dim instance As New SecureStoreServiceTargetApplicationNotFoundFault(exception)
public SecureStoreServiceTargetApplicationNotFoundFault(
SecureStoreServiceTargetApplicationNotFoundException exception
)
Parameters
exception
Type: Microsoft.Office.SecureStoreService.Server.SecureStoreServiceTargetApplicationNotFoundExceptionAn exception that is thrown when the requested target application is not found in the Secure Store database.
See Also
Reference
SecureStoreServiceTargetApplicationNotFoundFault Class
SecureStoreServiceTargetApplicationNotFoundFault Members