NodeUriDoesNotExistException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

NodeUriDoesNotExistException Class

NodeUriDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace