Share via


ParentNodeUriDoesNotExistException Constructor (String)

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ParentNodeUriDoesNotExistException Class

ParentNodeUriDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace