UnregisterProjectException Constructor (Uri)

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

Syntax

'Declaration
Public Sub New ( _
    project As Uri _
)
public UnregisterProjectException(
    Uri project
)
public:
UnregisterProjectException(
    Uri^ project
)
new : 
        project:Uri -> UnregisterProjectException
public function UnregisterProjectException(
    project : Uri
)

Parameters

.NET Framework Security

See Also

Reference

UnregisterProjectException Class

UnregisterProjectException Overload

Microsoft.TeamFoundation.Server Namespace