ConnectionSettingsNotFoundFault class

ConnectionSettingsNotFoundFault : Fault that is used to communicate faults to the proxy.

Inheritance hierarchy

System.Object
  Microsoft.Office.SecureStoreService.Server.ConnectionSettingsNotFoundFault

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class ConnectionSettingsNotFoundFault
'Usage
Dim instance As ConnectionSettingsNotFoundFault
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class ConnectionSettingsNotFoundFault

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ConnectionSettingsNotFoundFault members

Microsoft.Office.SecureStoreService.Server namespace