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
- 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