Share via


ServiceDefinitionDoesNotExistException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ServiceDefinitionDoesNotExistException Class

ServiceDefinitionDoesNotExistException Overload

Microsoft.VisualStudio.Services.Location Namespace