Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- nodePath
 Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
NodePathDoesNotExistException Class