Share via


ServiceDefinitionDoesNotExistException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ServiceDefinitionDoesNotExistException Class

ServiceDefinitionDoesNotExistException Overload

Microsoft.VisualStudio.Services.Location Namespace