SecureStoreServiceCredentialsNotFoundFault Constructor (SecureStoreServiceCredentialsNotFoundException)
Initializes a new instance of the SecureStoreServiceCredentialsNotFoundFault class with the SecureStoreServiceCredentialsNotFoundException.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Sub New ( _
exception As SecureStoreServiceCredentialsNotFoundException _
)
'Usage
Dim exception As SecureStoreServiceCredentialsNotFoundException
Dim instance As New SecureStoreServiceCredentialsNotFoundFault(exception)
public SecureStoreServiceCredentialsNotFoundFault(
SecureStoreServiceCredentialsNotFoundException exception
)
Parameters
exception
Type: Microsoft.Office.SecureStoreService.Server.SecureStoreServiceCredentialsNotFoundExceptionThe exception to use to populate the information of this class.
See Also
Reference
SecureStoreServiceCredentialsNotFoundFault Class
SecureStoreServiceCredentialsNotFoundFault Members