Share via


ServiceSettingNotFoundException Constructor (String)

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public ServiceSettingNotFoundException(
    string message
)
public:
ServiceSettingNotFoundException(
    String^ message
)
new : 
        message:string -> ServiceSettingNotFoundException
public function ServiceSettingNotFoundException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

ServiceSettingNotFoundException Class

ServiceSettingNotFoundException Overload

Microsoft.VisualStudio.Services.Profile Namespace