Share via


ParentNodeUriDoesNotExistException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ParentNodeUriDoesNotExistException Class

ParentNodeUriDoesNotExistException Overload

Microsoft.TeamFoundation.Server Namespace