Share via


NodePathDoesNotExistException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

NodePathDoesNotExistException Class

NodePathDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace