UnregisterProjectException Constructor (String)

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

Syntax

'Declaration
Public Sub New ( _
    projectUri As String _
)
public UnregisterProjectException(
    string projectUri
)
public:
UnregisterProjectException(
    String^ projectUri
)
new : 
        projectUri:string -> UnregisterProjectException
public function UnregisterProjectException(
    projectUri : String
)

Parameters

.NET Framework Security

See Also

Reference

UnregisterProjectException Class

UnregisterProjectException Overload

Microsoft.TeamFoundation.Server Namespace