Share via


NodePathDoesNotExistException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

NodePathDoesNotExistException Class

NodePathDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace