Share via


SecureStoreServiceFault Constructor

Initializes a new instance of the SecureStoreServiceFault 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 SecureStoreServiceFault(message)
public SecureStoreServiceFault(
    string message
)

Parameters

  • message
    Type: System.String

    A message that describes the fault.

See Also

Reference

SecureStoreServiceFault Class

SecureStoreServiceFault Members

Microsoft.Office.SecureStoreService.Server Namespace