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.StringA message that describes the fault.